-
Which of these methods is an alternative to getChars() that stores the characters in an array of bytes?
-
- Give Bytes()
- giveByte()
- getBytes()
- GetByte()
- None of these
Correct Option: C
getBytes() stores the character in an array of bytes. It uses default character to byte conversions provided by the platform.