What is the difference between set and list?

Answer Posted / vinod varma

set is an interface which doesnot allows the duplicate values
where as list is also an interface which allows the
duplicate values and we may not guarantee the order of
elements in set
but we can get the elements from list according to their
indexes. we may not insert the elements into set at the
specific index, but possible in list.

Is This Answer Correct ?    11 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the nested interface?

775


What does int [] mean in java?

741


What is method overloading and method overriding?

739


Is string a class in java?

710


What is the point of polymorphism java?

724


Why is an interface be able to extend more than one interface but a class can’t extend more than one class?

912


Is empty in java?

773


Explain about fail safe iterators in java?

753


What do the thread?class methods run() and start() do?

764


Why does java have two ways to create child threads?

654


Whats the difference between notify() and notifyall()?

771


What is concurrent hashmap and its features?

728


Does java support multiple inheritance or not?

782


How do you clear a method in java?

718


What is java abstraction with example?

716