14 May String getBytes() method in Java
The byte getBytes() method in Java encodes this String into a sequence of bytes using the platform’s default charset, storing the result into a new byte array.
Syntax
Let us see the syntax,
Parameters
The method has no parameters.
Example
The following is an example of getBytes() method,
Output
The following is the output,
No Comments