A programmer has an algorithm that requires a java.util.List that provides an efficient implementation of add(0, object), but does NOT need to support quick random access. What supports these requirements?
All Answers
total answers (1)
total answers (1)
Correct Answer:'
java.util.LinkedList
need an explanation for this answer? contact us directly to get an explanation for this answer