I have a subprocess class that calculate the sum of two integers and then put it in a DataOutputStream: when writing the two values of a and b like 12 and 47 respectivley the result is “ei”. In another hand the mainprocess won’t read that result like an DataInputStream through the ReadInt() line, and it throws an exception : Answer