difference. between List and Set?
Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between system.out ,system.err and system.in?
What are the difference between RMI and CORBA?
What is in-memory replication?
What is threadfactory?
Are enterprise beans allowed to use thread.sleep()?
What is the purpose of the wait(), notify(), and notifyall() methods?
What is the difference between session and entity beans?
what are memory considerations of jsp compares to other web components?
What is a modular application?
Why is actionform a base class rather than an interface?
To what value is a variable of the string type automatically initialized?
What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?
What is re-entrant. Is session beans reentrant. Is entity beans reentrant?
What is a class loader?
Why do I get a duplicate name error when loading a jar file?