Solved

Assuming the Following Java Statement

Question 53

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions