InterviewSolution
Saved Bookmarks
| 1. |
Which of these method of class String is used to extract a single character from a String object?(a) CHARAT()(b) chatat()(c) charAt()(d) ChatAt() |
|
Answer» Correct choice is (c) charAt() Easy explanation: None. |
|