Examveda
Examveda

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: Option D


This Question Belongs to Java Program >> Miscellaneous In Java

Join The Discussion

Related Questions on Miscellaneous in Java