Question: 18. What is the output of the following code? Integer myInt new Integer (75); System.out.println (myInt)} The statement declares a reference variable of type
18. What is the output of the following code? Integer myInt new Integer (75); System.out.println (myInt)} The statement declares a reference variable of type Integer named myInt, creates an object of type Integer with the initial value of 75, and assigns it to the reference variable.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
