Search Interview Questions | Click here and help us by providing the answer. Click Correct / Improve and please let us know. |
|
|||
|
| ||||
| Interview Questions and Answers | ||||
| ||||
| Ans. It is used to convert String into an array of bytes. byte[] getBytes() - converts String into a byte array. byte[] getBytes(Charset charset) - converts String to byte array, based on charset encoding. | ||||