下列API不属于java. lang. Math类的是( )。A.random ()B.abs()C.drawLine ()D.sin()
下列API不属于java. lang. Math类的是( )。
A.random ()
B.abs()
C.drawLine ()
D.sin()
相关考题:
下面关于继承的说法,正确的是( )。 class math{ … }; class math1:math{ … };A.math 类、math1 类没有继承关系B.math1 类是 math 类的父亲C.math1 类对 math 类继承是公有继承D.math1 类对 math 类的继承是私有继承
下面的继承的说法正确的是____。 class math{ ... }; class math1:math{ ... };A.math类、math1类没有继承关系B.math1类是math类的父类C.math1类对math类继承是公有继承D.math1类对math类的继承是私有继承
下列选项中不属于Math类提供的数学方法是()A.pow()B.abs()C.nextInt()D.floor()