What are the application I listed that Java is used for?
AI, game development, and cloud computing
What is a Ide?
Integrated development environment
What do you have to do at the end of almost every line of code?
Add a semi-colon
What did I say was one of my hardest java project?
Lie detector
What was the common misconception that I stated about Java code?
Java and JavaScript are the same language
What are the top 4 Ide's that I listed?
1.Eclipse
2. Netbean
3. BlueJ
4.JCreator
What is the variable called for displaying Integers?
int
What is one real world applications of Password system?
Protecting an online account.
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
What is Char used for?
To store single letters
What is the first Variable I said I used in the name counter?
Integer
What does Platform-Independent mean?
It can accessed from any device
How many features did I state Eclipse has?
5, but there are many more
import java.util.Scanner;
What other project did I use in my Account?
Password system
Fill in the sentence Java is a - - - -
class based programing language
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
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
What did I say I used in my Calculator?
Case and break