What will be the error in the following Java code?

byte b = 50;
b = b * 50;

Posted on by