InterviewSolution
Saved Bookmarks
| 1. |
Give the output of the following string functions :(i) “ACHIEVEMENT” .replaceCE’, ‘A’) (ii) “DEDICATE”. compareTo(“DEVOTE”) (h) Consider the following String array and |
|
Answer» (i) ACHIAVAMANT (ii) – 18 |
|