I have to work with byte array and string in java . I read a file using java and and get the byte code from getBytes() method which is [B@1d1cdf7]
Is this possible to work again with this code . In my program to decode back to java string. I need byte array so how can i store this value in byte array. I want something like in another program i dont have the original text and i have only the byte array then how can i get back the string result.