Multiple Choice
Which is a correct static method call of Math class method sqrt?
A) sqrt(900) ;
B) math.sqrt(900) ;
C) Math.sqrt(900) ;
D) Math math = new Math() ;
Math.sqrt(900) ;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: Which of the following statements is false?<br>A)
Q22: Math static method random generates a random
Q23: Any field declared with keyword _ is
Q24: The identifiers in an enumeration _.<br>A)must be
Q25: A Java class can have which of
Q25: Which of these statements best defines scope?<br>A)
Q27: 6)3 Q7: Declaring main as static allows
Q29: The parameter list in the method header
Q30: A well-designed method _.<br>A)performs multiple unrelated tasks<br>B)repeats
Q36: Which statement below could be used to