difference. between List and Set?
Answer Posted / 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 |
Post New Answer View All Answers
What are the design considerations while making a choice between using interface and abstract class?
What is JTS?
Is jvm a overhead?
What is the difference between the session.update() method and the session.lock() method?
Can you give me a simple example of using the requiredif validator rule?
Why use a datasource when you can directly specify a connection details?
Explain phantom read?
What modifiers may be used with an interface declaration?
How is a java object message delivered to a non-java client?
What is RMI and what are the services in RMI?
Name the class that is used to bind the server object with RMI Registry?
What is ioc concept & explain it?
What is ioc concept?
What are the steps to write p-to-p model application?
What is glasgow?