Which of these method of String class is used to obtain character at specified index?
a. char()
b. Charat()
c. charat()
d. charAt()
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
charAt() method of String class is used to obtain character at specified index.
Option (D) is correct