Which collection object is faster to retrieving the data and
inserting the data into it.
Answer Posted / nav dev
ArrayList is faster to retrieving
Set is faster to inserting
Is This Answer Correct ? | 21 Yes | 1 No |
Post New Answer View All Answers
What is public static void main?
Why is singleton instance static?
What happens if we don’t override run method ?
What is application tier?
How does arraylist work in java?
What is bytecode in java ?
Explain what access modifiers can be used for variables?
What is the class in java?
What are streams in java 8?
What is exception handling in java?
When do we use hashset over treeset?
What are the 6 functions?
Is it compulsory for a try block to be followed by a catch block in java for exception handling?
What is the base class of all exception classes in java?
What is entry set in java?