Which of the following correctly calls the Math class method Sqrt with a value of 36?
a) Sqrt(36);
b) Math.Sqrt(36);
c) Math.Sqrt = 36;
d) None of the above.
b) Math.Sqrt(36);
Computer Science & Information Technology
You might also like to view...
Which of the following statements is false?
a. The Java API consists of packages. b. The Java API helps programmers avoid "reinventing the wheel." c. The Java API consists of import declarations. d. None of the above.
Computer Science & Information Technology
A JFrame supports three operations when the user closes the window. Which of the choices below is not one of the three:
a. DISPOSE_ON_CLOSE. b. DO_NOTHING_ON_CLOSE. c. LOWER_ON_CLOSE. d. HIDE_ON_CLOSE.
Computer Science & Information Technology