InterviewSolution
Saved Bookmarks
| 1. |
_________ method clears all keys from the configuration.(a) clear(b) addResource(c) getClass(d) none of the mentioned |
|
Answer» Right choice is (a) clear For explanation I would say: getClass is used to get the value of the name property as a Class. |
|