Home »
MCQs »
Java MCQs
The correct syntax to import the math library in java is ___
43. The correct syntax to import the math library in java is ___.
- import java.lang.math
- import math
- import java.math
- All of these
Answer: A) import java.lang.math
Explanation:
The correct syntax to import the math library in java is:
import java.lang.math