Which collection object is faster to retrieving the data and
inserting the data into it.

Answers were Sorted based on User's Feedback



Which collection object is faster to retrieving the data and inserting the data into it...

Answer / nav dev

ArrayList is faster to retrieving

Set is faster to inserting

Is This Answer Correct ?    21 Yes 1 No

Which collection object is faster to retrieving the data and inserting the data into it...

Answer / lavanya

LinkedLisr is facter in inserting and retrieving from any
position on the list.

Is This Answer Correct ?    11 Yes 3 No

Post New Answer

More Core Java Interview Questions

What is the difference(or similarity if there are some) between object and a variable?

4 Answers   ME,


what is polymorphism with example?types of polymorphism?

15 Answers   HP, Sigma Solve,


What is casting?

5 Answers  


Every class extends object but why it is not possible for every object to invoke clone() method. ideally protected methods should be accessible from sub classes. isn't it?

2 Answers  


What is an object's lock and which object's have locks in java programming?

0 Answers  






What is unicode used for?

0 Answers  


What are the advantages of assembly language?

0 Answers  


can we override the main() method in java????

3 Answers   Vimukti Technologies,


Which command from the jdk compiles a java program?

0 Answers  


What is the exception hierarchy in java?

0 Answers  


Explain wrapper classes in java?

0 Answers  


What is singletonlist in java?

0 Answers  


Categories