Vidyalelo
Java Programming · Q289

Interfaces and Abstract Classes

Programming · Java Programming · question 289

Q289

What will be the output of the following Java program? class Output public static void main(String args[]) Double i = new Double(257.5); Double x = i.MIN_VALUE; System.out.print(x);

A.
0
B.
4.9E-324
Answer
C.
1.7976931348623157E308
D.
None of the mentioned

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board