Page 1 of 1

Which of these methods can be used to convert all characters in a String into a character array?

Posted: Wed Jul 13, 2022 7:46 pm
by answerhappygod
a) charAt()
b) both getChars() & charAt()
c) both toCharArray() & getChars()
d) all of the mentioned