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

A) the first node in the list, unless the list is empty, in which case the reference is set to null

Computer Science & Information Technology

You might also like to view...

Which of the following services are provided by the wireless LAN adapter? (Select all that apply.)

A) Authentication B) Routing C) Segmenting D) Privacy E) Delivery of the data

Computer Science & Information Technology

For anArray = <2, 3, 5, 6, 9, 13, 16, 19>, what is the value returned by a recursive binary search algorithm if the value being searched for is 6?

a) 1 b) 3 c) 4 d) 6

Computer Science & Information Technology