Question: Java Question Please highlight the 1 correct option from 4 given at bottom In this code, which of the following lines will NOT compile? 1:
Java Question Please highlight the 1 correct option from 4 given at bottom In this code, which of the following lines will NOT compile?
1: short s1 = 42;
2: short s2 = 24;
3: short s3 = s1+s2;
4: byte b1 = 42;
5: byte b2 = 24;
6: byte b3 = b1+b2;
-
lines 1 and 2
-
lines 4 and 5
-
lines 4 and 6
-
lines 3 and 6
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
