Q. Which of these methods can be used to convert all characters in a String into a character array?
β
Correct Answer: (C)
both toCharArray() & getChars()
You must be Logged in to update hint/solution