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
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board