What does the charAt(0) method return when called on the string "Java"?
'J'
"J"
Runtime error
Compilation error