Multiple Choice
In the following code segment: Integer maxNum;
MaxNum = new Integer (15) ;
______ is a reference variable.
A) Integer
B) maxNum
C) new
D) 15
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q33: The last node of a linear linked
Q34: A _ can be used to facilitate
Q35: What are the three high-level steps to
Q36: Write the code fragment to insert a
Q37: No node in a circular linked list
Q39: An array-based implementation of an ADT list
Q40: In Java,the programmer must explicitly deallocate memory.
Q41: In all circular linked lists,_.<br>A)every node references
Q42: Each node in a linear linked list
Q43: What information is stored in a reference