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
Is jvm a overhead?
How substring() method of string class create memory leaks?
Which component handles cluster communication in jboss?
In our urls and in the text of the buttons we have comma. Its causing an error. Is there a way to change the delimiting character for the menu arguments?
What is the immediate superclass of the applet class?
Why use a datasource when you can directly specify a connection details?
what is handle?
What does module-relative mean?
how do you Handle Front End Application data against DB with example?
Is “abc” a primitive value?
Name the eight primitive java types.
What is the diffrence between a local-tx-datasource and a xa-datasource?
Name the class that is used to bind the server object with RMI Registry?
What is Stream Tokenizer?
What are local interfaces? Describe.