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 |
What’s jboss cache in short?
How to do registration form using struts and hibernate?
How substring() method of string class create memory leaks?
What are the implicit objects?
Is a class a subclass of itself?
what are the advantages of JTA over JTS?
What is meant by multi-threading?
Difference between JRE and JVM?
3 Answers HeadStrong, Infotech,
What is the applet sandbox?
What is the need of serialize?
What are the oops concept?
In a multitiered application which tier is the browser in?