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
Which class is the immediate superclass of the menucomponent class?
What are the sequence of steps to write pub or sub model kind of application?
In inglish: How to convert jar to exe files? Em português: Como converter arquivos .jar para .exe?
What is synchronization and why is it important?
Which component handles cluster communication in jboss?
What are transaction attributes?
What is ioc concept & explain it?
What are the services in RMI ?
what are the advantages of JTA over JTS?
What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?
Can I map more than one table in a cmp?
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
What do you mean by Socket Programming?
What is the purpose of the notify() method?
What is abstract schema?