filmov
tv
HashSet vs LinkedHashSet || Java interview question 2021

Показать описание
HashSet:
The underlying data structure is Hashtable.
HashSet doesn’t maintain insertion order.
Introduced in 1.2 version.
Performance is good in comparison to LinkedHashSet.
LinkedHashSet:
The underlying data structure is combination of Hashtable and LinkedList.
Insertion order is preserved.
Introduced in 1.4 version.
The performance of LinkedHashSet is between HashSet and TreeSet.
#collectioninjava
#collectioninterviewquestion
#java
#javainterviewquestion If you want to help us for enlarging our channel, then please donate us by your own wish:
Paytm: 7509058785
The underlying data structure is Hashtable.
HashSet doesn’t maintain insertion order.
Introduced in 1.2 version.
Performance is good in comparison to LinkedHashSet.
LinkedHashSet:
The underlying data structure is combination of Hashtable and LinkedList.
Insertion order is preserved.
Introduced in 1.4 version.
The performance of LinkedHashSet is between HashSet and TreeSet.
#collectioninjava
#collectioninterviewquestion
#java
#javainterviewquestion If you want to help us for enlarging our channel, then please donate us by your own wish:
Paytm: 7509058785