Multiple Choice
Assuming the following Java statement:
int num = 10;
What does the variable num store?
A) 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
Related Questions
Q33: Which of the following is a mutator
Q34: What is an object?<br>A)A sequence of instructions.<br>B)Any
Q35: What terminology describes a method that returns
Q36: In Java, a(n) _ specifies the kind
Q37: What is the purpose of the assignment
Q39: Which method could you use to obtain
Q40: Which statement about methods is true?<br>A)A method
Q41: Based on the following code, which of
Q42: What is a storage location in the
Q43: Assume the class Circle has an accessor