InterviewSolution
Saved Bookmarks
| 1. |
________ checks whether the given key is deprecated.(a) isDeprecated(b) setDeprecated(c) isDeprecatedif(d) all of the mentioned |
|
Answer» The correct answer is (a) isDeprecated For explanation: Method returns true if the key is deprecated and false otherwise. |
|