Q. What will be the error in the following Java code?
byte b = 50;
b = b * 50;
β
Correct Answer: (B)
24
You must be Logged in to update hint/solution