Multiple choice technology programming languages

Can you instantiate "Math" class

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The Math class has a private constructor and all its methods are static. You cannot create instances of utility classes in Java.