📚 Practice Mode

Java Core Programming

Learn at your own pace with hints and detailed explanations

1 / 27
Multiple Choice

Which of the following statements regarding Math class is/are true?

i. Math class cannot be instantiated and all the methods are static.
ii. All the methods are non-static in Math class and so, the Math class can be instantiated.
iii. Constructor is always public in Math class.
iv. Constructor is always private in Math class.<o:p>

  1. i. and iv. are true
  2. i. and iii. are true
  3. ii. and iii. are true
  4. ii. and iv. are true