Java Flashcards
1
Q
Debugging with print statements
A
System.out.println();
2
Q
AND expressions
A
Stops evaluating after the first false expression
3
Q
OR expressions
A
Stops evaluating after the first true expression