A
Q. What will be the error in the following Java code?
byte b = 50;
b = b * 50;
- Correct Answer - Option(B)
- Views: 15
- Filed under category Java
- Hashtags:
Discusssion
Login to discuss.