InterviewSolution
Saved Bookmarks
| 1. |
Which of these is the interface of legacy?(a) Map(b) Enumeration(c) HashMap(d) HashtableI had been asked this question during a job interview.The above asked question is from Java.util in division java.util – The Collections Framework of Java |
|
Answer» CORRECT OPTION is (B) Enumeration To EXPLAIN: NONE. |
|