READ Free Dumps For Oracle- 1z0-851
Question ID 3657 | 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 3658 | Given: |
Option A | A. The time to find the value from HashMap with a Person key depends on the size of the map. |
Option B | B. Deleting a Person key from a HashMap will delete all map entries for all keys of type Person. |
Option C | C. Inserting a second Person object into a HashSet will cause the first Person object to be |
Option D | D. The time to determine whether a Person object is contained in a HashSet is constant and does NOT depend on the size of the map. |
Correct Answer | A |