系统类Svstem中读取计算机系统属性的方法是( )。
A: getProperty()
B: arraycopy( )
C: currentTimeMillis( )
D: gc( )
A: getProperty()
B: arraycopy( )
C: currentTimeMillis( )
D: gc( )
举一反三
- System类的方法有 A: arraycopy B: exit C: currentTimeMillis D: gc
- 2、System类提供的强制退出系统的方法是()。 A: exit( 0 ) B: exit( 1 ) C: gc() D: currentTimeMillis()
- 3、System类中的getProperty( String key)方法能够获取指定的系统属性值,下列()可以获取当前操作系统的名称。 A: System类.getProperty( "os.name" ); B: System类.getProperty( "os.version" ); C: System类.getProperty( "name" ); D: System类.getProperty( "version" );
- 【单选题】下面关于计算机系统的叙述中,最完整的是 A. 计算机系统是指计算机的硬件系统 B. 计算机系统是指计算机上配置的操作系统 C. 计算机系统由硬件系统和操作系统组成 D. 计算机系统由硬件系统和软件系统组成
- Properties类中,设置属性信息的是哪个方法?() A: store B: load C: getProperty D: setProperty