Question: In Java programming Which of the following statements are correct? You may need to select more than one answer. Integer i = 4.5; Double i
In Java programming Which of the following statements are correct? You may need to select more than one answer.
Integer i = 4.5;
Double i = 4.5;
Object i = 4.5;
Number i = 4.5;
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
