Examveda

Where does a new element be inserted in linked list implementation of a queue?

A. Head of list

B. Tail of list

C. At the centre of list

D. All the old entries are pushed and then the new element is inserted

Answer: Option B


This Question Belongs to Java Program >> Collections Framework In Java

Join The Discussion

Related Questions on Collections Framework in java