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) A linked list is a fixed-size data structure.
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
Q4: List nodes normally are not necessarily stored
Q5: If no memory is available, keyword new
Q6: A stack is a _ data structure.<br>A)
Q7: A queue is a _ data structure.<br>A)
Q8: An isEmpty method you write to test
Q10: Which statement is false?<br>A) When a method
Q11: A _ class contains a reference member
Q12: Which statement is false?<br>A) In a tightly
Q13: Usually a _ in Java code indicates
Q14: Java performs automatic _ of objects that