Computer Science, asked by abdulrehman2595, 1 year ago

How to print a byte array in Java?

Answers

Answered by Swaranjal
0

As you will be seeing that starting of the output should have be "Array" but it is not. What am I doing wrong here. As I am sending a request to a specific URL and getting a response from it. Below is the code I use to get the reponse

Answered by Oreki
2

We can transverse through the Array and print every element using a for loop or,

Use toString( ) method of Arrays class in java.util package to print the Array as String.

Similar questions