InterviewSolution
Saved Bookmarks
| 1. |
Which of these method of String class is used to obtain character at specified index?(a) char()(b) Charat()(c) charat()(d) charAt()I have been asked this question during an internship interview.I'm obligated to ask this question of String Class in division Classes and Methods of Java |
|
Answer» CORRECT CHOICE is (d) charAt() BEST EXPLANATION: NONE. |
|