Interview Preparation mode beta
Funny Facebook Status Funny Facebook Status
Enter your email address

Which of the two Java collections should you use: ArrayList or LinkedList?

Nice?Vote!
You are planning to do an indexed search in a list of objects. Which of the two Java collections should you use: ArrayList or LinkedList?
asked 1 year ago in Java Interview Questions and Answers by anonymous

1 Answer

Nice?Vote!
You are planning to do an indexed search in a list of objects. Which of the two Java collections should you use: ArrayList or LinkedList?

Answer: ArrayList
answered 1 year ago by anonymous

Related questions