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?
ArrayList
Explore posts in the same categories: Object Oriented Interview Questions