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 |
Howmany interfaces are used in RMI?
what is a non-repeatable read?
What are the steps to write p-to-p model application?
Is System.err.println(""Statement"); is execute the output on console . Example: System.err.println("Hello JAVA");
how to use debug in my elipse to solve problems that exist in my project
Which containers use a border layout as their default layout?
Why are component architectures useful?
What is a compilation unit?
whats is mean by class.forName() whats the return type of class
Is multiple try block is possible in single java Application......
How we set Bean Id when we are creating web application using SpringMVC and Hibernet Integration
how the mapping can be done from jsp to actionservlet?