Solved

Which of the Following Statements Will Print the Maximum Value

Question 53

Multiple Choice

Which of the following statements will print the maximum value an int variable may have?


A) System.out.println(MAX_VALUE) ;
B) System.out.println(integer.MAX_VALUE) ;
C) System.out.println(Integer.MAX_VALUE) ;
D) System.out.println(INTEGER.MAX_VALUE) ;

Correct Answer:

verifed

Verified

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

Related Questions