Multiple Choice
Assuming the following Java statement:
Int num = 10;
What does the variable num store?
A) A reference to the memory location where the value 10 is stored.
B) A reference to the int primitive type.
C) An object representing the number 10.
D) The numeric value 10.
Correct Answer:

Verified
Correct Answer:
Verified
Q3: What is the nickname for the graphical
Q11: Which import statement allows for the use
Q31: Which of the following statements about methods
Q48: By convention, variables begin with a(n) _.<br>A)
Q51: What is the output of the following
Q52: Which statement declares a variable that references
Q53: Complete this code fragment to ensure that
Q55: Which statement declares a variable that will
Q57: What is the type of an object?<br>A)
Q81: Which of the following statements about classes