Vidyalelo
Java Programming · Q63

Java Collections Framework

Programming · Java Programming · question 63

Q63

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

A.
Head of list
B.
Tail of list
Answer
C.
At the centre of list
D.
All the old entries are pushed and then the new element is inserted

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board