Vidyalelo
Data Structure · Q36

Standard Libraries in Data Structures

Programming · Data Structure · question 36

Q36

In Java, which class provides a collection that maintains the order of elements based on their insertion?

A.
PriorityQueue
B.
TreeSet
C.
HashSet
D.
LinkedHashSet
Answer

Answer: Option D

Solution

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