Java Flashcards
1
Q
What are Errors?
A
2
Q
What is the difference between exceptions and errors?
A
3
Q
What does static mean?
A
4
Q
What is the collection framework?
A
5
Q
What are all of the primitive variables?
A
6
Q
What is the difference between an int, long int, and short int?
A
7
Q
What are the JUNIT testing annotations?
A
8
Q
What is maven?
A
9
Q
What is the maven build cycle?
A
10
Q
What is the difference between float and double?
A
11
Q
What does the final keyword mean?
A
12
Q
What is the difference between static and final?
A
13
Q
What are the reasons for using a wrapper class?
A
14
Q
What does it mean to be stored in memory, and what is an example?
A
15
Q
Why do we care about the maven lifecycle?
A