Answer to Question #15650 in Java | JSP | JSF for Hemang

Question #15650
In a linked list memory allocated for the nodes is sequential. True/False

A singly linked list can be traversed in either direction. True/False

In a linked list the nodes are always inserted either in the beginning or at the end because a linked list is not a random access data structure. True/False

The reference variable pointing to the first node of linked list should be used to traverse the list. True/False
1
Expert's answer
2012-10-25T11:44:26-0400
In a linked list the order of the elements is determined by the order in which the nodes were created to store the elements. TRUE
The reference variable pointing to the first node of a linked list should be used to traverse the list.& TRUE
A singly linked list can be traversed in either direction.& FALSE
In a linked list memory allocated for the nodes is sequential.& FALSE
In a linked list the nodes are always inserted either in the beginning or at the end because a linked list is not a random access data structure.& TRUE

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS