Types in Java are divided into two categories. The primitive types are boolean, byte, char, short, int, long, float and double. All other types are ________ types.
a. static
b. reference
c. declared
d. source
b. reference
Computer Science & Information Technology
You might also like to view...
________ statements in VBA work similarly to those found in Access and Excel
A) FileDialog B) Dim C) With D) If
Computer Science & Information Technology
A variable is:
a) an instruction for the compiler b) a location in memory where a value can be stored c) a description of a value (such as a number or character) d) None of the above.
Computer Science & Information Technology