InterviewSolution
Saved Bookmarks
| 1. |
________ method adds the deprecated key to the global deprecation map.(a) addDeprecits(b) addDeprecation(c) keyDeprecation(d) none of the mentioned |
|
Answer» The correct answer is (b) addDeprecation For explanation: addDeprecation does not override any existing entries in the deprecation map. |
|