map =     new HashMap < (3) Place here , (4) Place here, (5) Place here ;   public void put(String name, int value){    map.put( (6)Place here, (7)Place here );  }  public (8)Place here getNames() {    return map.keySet();  }}Codefor placement (A) Set < int > (G) Set < String , int > (M) > (B) Set < Integer > (H) Set < String > (N) > ( ) (C) HashSet (I) NumberNames (O) name (D) Set < Integer , String > (J) String (p) value (E) Set < int, String > (K) Integer (Q) map (F) Set < String, Integer > (L) int   " > map =     new HashMap < (3) Place here , (4) Place here, (5) Place here ;   public void put(String name, int value){    map.put( (6)Place here, (7)Place here );  }  public (8)Place here getNames() {    return map.keySet();  }}Codefor placement (A) Set < int > (G) Set < String , int > (M) > (B) Set < Integer > (H) Set < String > (N) > ( ) (C) HashSet (I) NumberNames (O) name (D) Set < Integer , String > (J) String (p) value (E) Set < int, String > (K) Integer (Q) map (F) Set < String, Integer > (L) int   ">


Collections and Generics

© examsnet.com
Question : 19
Total: 53
Go to Question: