Which collection object is faster to retrieving the data and
inserting the data into it.
Answers were Sorted based on User's Feedback
Answer / nav dev
ArrayList is faster to retrieving
Set is faster to inserting
| Is This Answer Correct ? | 21 Yes | 1 No |
Answer / lavanya
LinkedLisr is facter in inserting and retrieving from any
position on the list.
| Is This Answer Correct ? | 11 Yes | 3 No |
Explain java coding standards for constants?
What is the importance of finally block in exception handling?
What are recursive functions?
Give the hierarchy of inputstream and outputstream classes.
Can we extend private class in java?
What is the numeric promotion?
What is the collections api?
What are dot operator queries?
What is the range of the char type?
Is nan false?
What are checked exceptions?
Differentiate between vector and array list.