DEVFYI - Developer Resource - FYI

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?

Java Interview Questions and Answers (part 3)


(Continued from previous question...)

456. 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

(Continued on next question...)

Other Interview Questions