Multiple Choice
Which statement is false?
A) A linked list is a linear collection of self-referential class objects called nodes connected by reference links.
B) A linked list is appropriate when the number of data elements to be represented in the data structure is unpredictable.
C) The java.util package contains class LinkedList.
D) By convention,the link reference in the last node of a list is set to null to mark the end of the list.
Correct Answer:

Verified
Correct Answer:
Verified
Q1: A stack is a _ data structure.<br>A)FILO.<br>B)FOLI.<br>C)LOFI.<br>D)LIFO.
Q2: Which statement is false?<br>A) The shape of
Q5: Java performs automatic _ of objects that
Q7: Usually a _ indicates the end of
Q10: Which statement is false?<br>A) When a method
Q11: The technique of implementing each stack method
Q12: A _ class contains a reference member
Q12: Which statement is false?<br>A) In a tightly
Q14: A queue is a _ data structure.<br>A)FOFI.<br>B)FIFO.<br>C)OFIF.<br>D)IFOF.
Q17: Which is not a typical application of