A Admin • 802.91K Points Coach Report Q. What is the result of the following Java code: byte a = 10; byte b = 20; byte c = a + b; (A) 30 (B) Compile-time error (C) Runtime error (D) 1024 Correct Answer - Option(B) Views: 4 Filed under category Java Hashtags: Java Data Types Share Manage Tags
Discusssion
Login to discuss.