System类的方法有
A: arraycopy
B: exit
C: currentTimeMillis
D: gc
A: arraycopy
B: exit
C: currentTimeMillis
D: gc
举一反三
- 2、System类提供的强制退出系统的方法是()。 A: exit( 0 ) B: exit( 1 ) C: gc() D: currentTimeMillis()
- 系统类Svstem中读取计算机系统属性的方法是( )。 A: getProperty() B: arraycopy( ) C: currentTimeMillis( ) D: gc( )
- System类中的currentTimeMillis()方法返回一个long类型的值。( )
- 利用System类中的()方法可以实现数组元素的复制 A: sort() B: arraycopy() C: copy() D: copyof()
- System类的方法有