Question: 2. Given the following code: byte vlue=129; System.out.println(vlue); int value=129; System.out.println(value); a) What is the output displayed on screen? b) What is the cause

2. Given the following code: byte vlue=129; System.out.println(vlue); int value=129; System.out.println(value); a) What is the output displayed on screen? b) What is the cause of that output? c) Comment the first two lines and run the code again. What output is displayed now? d) What makes the outputs on a) and c) different?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
