Is there any way to convert Java String to a byte[] (not the boxed Byte[])?
String
byte[]
Byte[]
In trying this:
System.ou
Simply:
String abc="abcdefghight"; byte[] b = abc.getBytes();