what is difference between set and list in collection?
Answer Posted / harikrishna
set inter is used to represent unique elements where as in
list interface elements need not be unique ArrayList,
Vector and LinkeList implememts list interface.Hashset and
LinkedHastSet implements set interface
| Is This Answer Correct ? | 19 Yes | 2 No |
Post New Answer View All Answers
Why parsing is done?
What is the vector class in java programming?
What is the default value of byte datatype in java?
Explain about collection interface in java?
What do you mean by boolean?
Can you access the private method from outside the class?
What is t in parametric equations?
Java.util.regex consists of which classes?
What is difference between final and immutable?
Is special character in java?
What do you mean by an interface in java?
Can you add null to a list java?
What are format specifiers in java?
What is the use of predicate in java 8?
What is included in core java?