//import java.util.Arrays; public static void PrintByte(){ byte[] b =new byte[12]; System.out.println(Arrays.toString(b));