Multiple Choice
A linked list is represented by a reference to
A) the first node in the list,unless the list is empty,in which case the reference is set to null
B) to the list representation object,which contains a boolean flag set to false when the list is empty
C) the superclass of the list
D) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q18: A method int size( )in a linked
Q19: A circularly linked list makes it easy
Q20: A Node class for a linked list
Q21: A recursive computation of the size of
Q22: In a typical doubly linked list,a node
Q24: A doubly circularly linked list makes it
Q25: A linked list class keeps its elements
Q26: The objects that form the units of
Q27: A linked list class uses a Node
Q28: A doubly linked list makes it easy