difference. between List and Set?
Answers were Sorted based on User's Feedback
Answer / yamini
List contains duplicate values and it does not allows null values.
Set contains unique values and it allows null values.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ravi raj
List:
-----
1.list sub interface of collection
2.list is collection objects with duplicates.
Set:
----
1. Set sub interface of collection.
2. Set is collection objects with duplicates.
| Is This Answer Correct ? | 0 Yes | 3 No |
difference. between List and Set?
2 Answers Campus Interaction, HCL, Infotech,
what is the difference between System.out.println and out.println in java
What is the difference between the session.update() method and the session.lock() method?
How is serialization used generally ?
What is rmic?
Will it be called overriding if I do not change the parameters or return type, instead throw a different exception in the method signature.
When a thread terminates its processing, it enters into what state?
i want documentation of text file splitter & merger of advanced java
Explain the difference between object state and behavior?
What is mdb and what is the special feature of that?
How to synchronize jsp page?
what is the proxy pattern?