Home » JAVA Programming » Strings » Question
  1. Which of these method of String class is used to obtain character at specified index?
    1. charat()
    2. charAt()
    3. Charat()
    4. char()
    5. None of these
Correct Option: B

charAt()



Your comments will be displayed only after manual approval.