Solved

Assuming the Following Java Statement

Question 38

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:

verifed

Verified

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

Related Questions