Name the package of java that contains "Math" class
Answers
Answered by
18
The Java package that contains the “Math” class is java.lang.Math.
The class is used to perform almost all basic numeric operations. It is defined as
public final class Math
extends object
It has two fields static double E and static double PI.
Answered by
8
Answer:
Java.lang
contains math class
Similar questions