which one is performance wise advantageious from List,Set,Map?
Answer Posted / pkj
List : storing of data is fast but retrieval is slow.
Map : Stroing of data is slow. But retrieval is slow.
Set : Stroing of data is slow. But retrieval is slow.
Depending on the req the collection can be used
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How can you say java is object oriented?
Explain the difference between jvm and jre?
What is a protected method?
What is the difference between the size and capacity of a vector?
What is rmi and steps involved in developing an rmi object?
What is a locale?
can java object be locked down for exclusive use by a given thread? Or what happens when a thread cannot acquire a lock on an object? : Java thread
What are access specifiers available in java?
Can you declare an interface method static?
What do you mean by inner class in java? Explain
What is javac_g?
Differentiate between array list and vector in java.
How do you convert int to char in java?
What is meant by oops concept in java?
What is boolean logic?