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,

Java String getbytes method

String equalsIgnoreCase(String anotherString) method in Java
byte[] getBytes(String charsetName)
Studyopedia Editorial Staff
contact@studyopedia.com

We work to create programming tutorials for all.

No Comments

Post A Comment

Discover more from Studyopedia

Subscribe now to keep reading and get access to the full archive.

Continue reading