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 string example?

0 Answers  


aabccdee Find the used alphabets as abcde ?

4 Answers  


What is final modifier?

0 Answers  


What is the symbol for line break?

0 Answers  


What are types of Java applications?

14 Answers  






What do you know about the garbage collector in java?

0 Answers   TCS,


What is left shift and right shift?

1 Answers  


Which characters are allowed to use as the second character of an identifier, and which characters are not allowed?

2 Answers  


Is java pure object oriented or not? if yes, give the valid reason.

13 Answers   Emphasis, NIIT, Syntel, Wipro,


What is an exception?

6 Answers  


What is immutable data?

0 Answers  


How GUI component handle its own events?

1 Answers  


Categories