Multiple Choice
In Java,you indicate the end of a linked list be setting the link instance variable of the last node in the linked list to __________.
A) 0
B) -1
C) 1
D) null
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: Redraw the diagram created in number 3
Q7: Forgetting to set the reference instance variable
Q29: A _ maps a data value such
Q29: If you define a clone method,the class
Q31: In Java,a node is a/an:<br>A)String<br>B)Integer<br>C)Object<br>D)Exception<br>
Q32: A binary tree has exactly _ link
Q34: A common exception that occurs when using
Q35: Redraw the diagram created in number 4
Q36: To use the Java Iterator Interface you
Q39: Linked lists introduce the possibility of a