📚 Practice Mode

Input/Output in Java

Learn at your own pace with hints and detailed explanations

1 / 15
Multiple Choice

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

  1. getChars()
  2. getBytes()
  3. toCharArray()
  4. charAt()
  5. equalsIgnoreCase()