Solved

Which of the Following Statements Will Display the Maximum Value

Question 39

Multiple Choice

Which of the following statements will display the maximum value that a double can hold?


A) System.out.println(Double.MAX_VALUE) ;
B) System.out.println(Double.MAXIMUM_VALUE) ;
C) System.out.println(Double.MAX_VAL) ;
D) System.out.println(<double>(MAX_VALUE) ) ;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions