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 happens if constructor is private?
What is a java lambda expression?
Difference between a class and an object?
What are methods and how are they defined?
Why does my function print none?
How to perform bubble sort in java?
What are the advantages of java over C++?
Why declare Main() inside the class in java ?
When we should use serialization?
Is math class static in java?
Describe the term diamond problem.
What differences exist between iterator and listiterator?
What is linked hashmap and its features?
Why use string handling in Java?
How many types of literals are there in JAVA?