crackyourinterview.com


To improves our performance please Like Share Subscribe(Will boost us)

Comparison between List, Set, and Queue in Java
Question Posted on 15 Sep 2019Home >> Java >> Core Java >> Comparison between List, Set, and Queue in Java

Comparison between List, Set, and Queue in Java
Below is the difference between above 3 in questions define:-
(1)List:-Insertion order is maintained in List
(1)Set:-In Hash set Insertion order is not maintained
(1)Queue:-In queue Insertion order is maintained.

(2)List:-In List we can contain duplicate elements
(2)Set:-In Set we cannot have duplicate elements
(2)Queue:-It can have duplicate elements

(3)List:-Insertion and removing of array can be done for any index in List.
(3)Set:-In set we can remove the specified element.
(3)Queue:-In Queue we can only do on the last inserted element can be popped out. Also, insertion of elements happens at end.
0
0



.


Most Visited Questions:-

Deep Learning Questions Answers
Below are the different Deep Leaning Questions and answer a More...

Continuous Integration Questions Answers
Below are the 20 odd questions for CI or Continuous Integra More...

Derived relationships in Association Rule Mining are represented in the form of __________.
Derived relationships in Association Rule Mining are repres More...

What is Gulpjs and some multiple choice questions on Gulp
Gulpjs is an open source whihc helps in building Javascript More...

Microservices Architecture Questions Answers
Below are the different questions on Microservices Architec More...




Other Important Questions

what is an object

what is OOAD

difference between c++ and java

what is a transient variable in java

difference between C and Java on pointers






@2014-2022 Crackyourinterview (All rights reserved)
Privacy Policy - Disclaimer - Sitemap