Computer Science, asked by lohit12373, 11 months ago

difference between list and set​

Answers

Answered by shambhaviaradhya
0

Answer:

list and set

Explanation:

list we get by points set we get all together

Answered by Anonymous
1

Answer:

Fundamental difference between List and Set in Java is allowing duplicate elements. ... List is an Ordered Collection while Set is an unordered Collection. List maintains insertion order of elements, means any element which is inserted before will go on lower index than any element which is inserted after.J

Similar questions