READ Free Dumps For Oracle- 1z0-851
Question ID 3750 | Given: |
Option A | A. public int compareTo(Object o){/*more code here*/} |
Option B | B. public int compareTo(Score other){/*more code here*/} |
Option C | C. public int compare(Score s1,Score s2){/*more code here*/} |
Option D | D. public int compare(Object o1,Object o2){/*more code here*/} |
Correct Answer | B |
Question ID 3751 | 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 |
Option A | A. java.util.Queue |
Option B | B. java.util.ArrayList |
Option C | C. java.util.LinearList |
Option D | D. java.util.LinkedList |
Correct Answer | D |