Sail E0 Webinar
Question


What is the output of this program?


class Output {
public static void main(String args[]) {
Double i = new Double(257.5);
Double x = i.MIN_VALUE;
System.out.print(x);
}
}
Options:
A .  0
B .  4.9E-324
C .  1.7976931348623157E308
D .  None of the mentioned
Answer: Option B

The super class of Byte class defines a constant MIN_VALUE below which a number 


Was this answer helpful ?
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers