-
Which of these class contains all the methods present in Math class?
-
- ClassLoader
- Compiler
- SystemMath
- StrictMath
- None of these
Correct Option: D
SystemMath class defines a complete set of mathematical methods that are parallel those in Math class. The difference is that the StrictMath version is guaranteed to generate precisely identical results across all Java implementations.