which one is performance wise advantageious from List,Set,Map?
Answer Posted / prashanth
list
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Are strings immutable in java?
What does %d do in java?
How can we make a class singleton?
What are the advantages of exception handling?
How do you identify if jvm is 32-bit or 64-bit from java program?
Why do we need singleton class?
What happens to a static var that is defined within a method of a class?
Why constructor has no return type?
Explain the hierarchy of java exception classes?
How many times finalize method will be invoked? Who invokes finalize() method in java?
Can we increase array size dynamically in java?
Why is java architectural neutral?
Is final static java?
What are the important features of Java 9 release?
Does collectionutils isempty check for null?