Multiple Choice
Which of the following statements is NOT true?
A) Reference variables do not directly contain the data.
B) Reference variables contain the address of the memory space where the data is stored.
C) The operator new must always be used to allocate space of a specific type, regardless of the type.
D) A String variable is actually a reference variable of the type String.
Correct Answer:

Verified
Correct Answer:
Verified
Q40: Which of the following identifiers seen in
Q41: The return statement must be the last
Q42: Which of the following is an example
Q43: In Java, return is a reserved word.
Q44: Which modifier is used to specify that
Q46: The program that tests a method is
Q47: Suppose that the following statement is included
Q48: Which of the following identifiers seen in
Q49: In order to use the method isUpperCase
Q50: Which of the following is NOT true