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   

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!