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