Byte dd=new byte [] [3].
Dd [0]='a';
Dd [1]='b';
Dd [2]=3;
According to the byte array that way [0], byte [1] individually printed are all digital, why is this?
CodePudding user response:
Into a char arrayCodePudding user response:
Byte ascll value types are stored