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 |
When you will synchronize your code?
Why a client should be multithreading? Explain.
What are callback interfaces?
difference. between List and Set?
2 Answers Campus Interaction, HCL, Infotech,
how can u cal servlet from java?
can i call multipule form beans in Action class?
What is the difference between session and entity beans?
Explain the stub's and skeleton's functionality?
In a multitiered application which tier is the browser in?
Why a component architecture for the java platform?
diff mvc1 and mvc2 wahts is mean by servlet chaining?
Difference between swing and awt?