Which Is The Function To Get The Character Present At A #1339
Which is the function to get the character present at a particular index in the string?
This multiple choice question (MCQ) is related to the book/course gs gs111 OOP Object Oriented Programming Java. It can also be found in gs gs111 Inbuilt Classes - OOPs MCQ: String Class - Quiz No.1.
Which is the function to get the character present at a particular index in the string?
char charAt(index);
char charIn(StringName);
char charAt(StringName);
char charIn(index);