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
How are the elements of a borderlayout organized?
What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?
Where can I find seam examples and documentation?
what are the activation groupworks?
What are externizable interface?
What is the immediate superclass of the applet class?
What state does a thread enter when it terminates its processing?
what are getters and setters in Java with examples?
What is the difference between system.out ,system.err and system.in?
Explain phantom read?
What is a policy?
What is ioc concept & explain it?
How would you reatach detached objects to a session when the same object has already been loaded into the session?
What are JTA/JTS and how they used by client?
Why use a datasource when you can directly specify a connection details? (in a J2EE application)