QUICKSTART Flashcards
Teach information from beginning chapters of W3 Schools: Java
1
Q
What year was Java created in?
A
1995
2
Q
What is a Java Program?
A
A COLLECTION OF OBJECTS TALKING TO OTHER OBJECTS BY INVOKING
EACH OTHER’S METHODS
3
Q
Who owns Java program (copyright and trademark)?
A
ORACLE (Corporation)
4
Q
IN JAVA, WHAT DOES EVERY APPLICATION BEGIN WITH?
A
A CLASS NAME
5
Q
What 3 types of applications can Java be used for?
A
1) WEB
2) MOBILE
3) DESKTOP
6
Q
A class should always start with an…?
A
…UPPER CASE FIRST LETTER