InterviewSolution
Saved Bookmarks
| 1. |
Which of these is a class which uses String as a key to store the value in object?(a) Array(b) ArrayList(c) Dictionary(d) PropertiesThis question was posed to me during an internship interview.The query is from Java.util in portion java.util – The Collections Framework of Java |
|
Answer» RIGHT CHOICE is (d) Properties The EXPLANATION is: NONE. |
|