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 advantages of JTA over JTS?
How database connectivity in XML is achieved?
What is the purpose of the wait() method?
Where we can write Rmi registry in the code, without having to write it at the command prompt?
Explain what is orm?
What are externizable interface?
A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions
What is chat area? Explain.
how i secure my site with the https protocol.what are the steps?
What restrictions are placed on the location of a package statement within a source code file?
What are callback interfaces?
What is threadfactory?
How are commas used in the intialization and iteration parts of a for statement?
To what value is a variable of the string type automatically initialized?