🎴 Flashcard Mode

Input/Output in Java

Card1 / 15
Mastered0
Review0
QuestionClick to flip

Which of the following methods is used to extract a single character from a string?

AnswerClick to flip back
A
charAt()
💡 Explanation:

This method is used to extract a single character from a string.

Change Mode