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 modifiers may be used with an interface declaration?
Is infobus easy to use?
what is JTA ?
What is the return type of interrupt method?
Which are the different segments of memory?
What is the need of serialize?
What is the difference between static and non-static with examples?
What do you mean by Socket Programming?
Why a client should be multithreading? Explain.
what about static?
What is Bootstrapping in RMI?
Do I have to use jsps with my application?