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