Java
Ecilspe
Code
My Projects
100

What are the application I listed that Java is used for?

 AI, game development, and cloud computing

100

What is a Ide?

Integrated development environment

100

What do you have to do at the end of almost every line of code?

Add a semi-colon

100

What did I say was one of my hardest java project?

Lie detector

200

What was the common misconception that I stated about Java code?

Java and JavaScript are the same language

200

What are the top 4 Ide's that I listed?

1.Eclipse

2. Netbean 

3. BlueJ

4.JCreator



200

What is the variable called for displaying Integers?

int

200

What is one real world applications of Password system?

Protecting an online account.

300

What are the three differences between Java and other programming languages?

1. It is both a compiled and interpreted language

2. Object Oriented 

3. Platform-Independent language 

300

What is the website to download Eclipse? 

300

What is Char used for?

To store single letters

300

What is the first Variable I said I used in the name counter?

Integer 

400

What does Platform-Independent mean?

It can accessed from any device

400

How many features did I state Eclipse has?

5, but there are many more


400
What code imports a scanner?

import java.util.Scanner;

400

What other project did I use in my Account?

Password system

500

Fill in the sentence Java is a - - - -

 class based programing language

500

What is the first thing you have to do to make a project in the Eclipse interface?

Click on file on the top left corner

500

Are comments required in a piece of code for it to function like intended? 

No, but it recommend to keep a piece of code organized

500

What did I say I used in my Calculator?

Case and break