下列API不属于java. lang. Math类的是( )。
A.random ()
B.abs()
C.drawLine ()
D.sin()
第1题:
A.random()
B.abs()
C.sin()
D.pow()
第2题:
Math对象的()方法是返回 0 ~ 1 之间的随机数?
A.random()
B.round()
C.sin()
D.sqrt()
第3题:
下列选项中不属于Math类提供的数学方法是()
A.pow()
B.abs()
C.nextInt()
D.floor()
第4题:
下列API不属于java.lang.Math的是( )。
A.random()
B.abs()
C.drawLine()
D.sin()
第5题:
下面的继承的说法正确的是____。 class math{ ... }; class math1:math{ ... };
A.math类、math1类没有继承关系
B.math1类是math类的父类
C.math1类对math类继承是公有继承
D.math1类对math类的继承是私有继承