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
Can the garbage collection be forced by any means?
What is balanced tree in java?
Is void a return type?
How big is a 64 bit float?
Does java vector allow null?
What is collections framework?
Difference between throw and throws?
What is dynamic binding(late binding)?
What is continuity of a function?
What is function declaration?
What data type is string java?
What is http client in java?
Does java allow default arguments?
Explain JMS in detail.
Explain wait(), notify() and notifyall() methods of object class ?