What is true if more than one class is in a source code file.
Only one of them may be public
Java API
The standard Java library
The System class in Java contains
Methods and objects that perform system-level tasks.
How character data is stored in Java
Unicode Characters
What keyword in Java indicates a constant value
final
final int CAL_SALES_TAX;
Primitive variables
Contain the value of that they have been assigned; int and float.
Reference variables
Contain the memory address of the object’s location; strings, other objects.