Solved

A Linked List Is Represented by a Reference to

Question 23

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:

verifed

Verified

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

Related Questions