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
How task's priority is used in scheduling?
What is the map interface?
What is chat area? Explain.
Define prototype?
What state does a thread enter when it terminates its processing?
Which characters may be used as the second character of an identifier, but not as the first character of an identifier?
What is the purpose of the wait(), notify(), and notifyall() methods?
What is RMI and what are the services in RMI?
How would you create a button with rounded edges?
Explain about local interfaces.
How can I scroll through list of pages like the search results in google?
Explain ioc concept?
What event results from the clicking of a button?
Java is fully object oriented languages or not?
What is a session? Can you share a session object between different theads?