Home »
MCQs »
Java MCQs
Which is/are valid method(s) of math library in java?
44. Which is/are valid method(s) of math library in java?
- max()
- cbrt()
- log10()
- All of these
Answer: D) All of these
Explanation:
Some common methods of the math library are max(), min(), cbrt(), pow(), log(), log10(), etc.