Vidyalelo
Java Programming · Q6

Miscellaneous Java

Programming · Java Programming · question 6

Q6

What is the result of the following code in Java? `System.out.println(Math.min(Double.MIN_VALUE, 0.0));`

A.
Double.MIN_VALUE
B.
`00
C.
Infinity
D.
0
Answer

Answer: Option D

Solution

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