Computer Science, asked by himawari14481, 11 months ago

Which method is used to convert a primitive type into string?

Answers

Answered by HeArty
0
To convert int data type to string U can use Integer.toString() but what is the better way to convert any type of primitive data (not only int) types to string.
Similar questions