在.NET中,()类提供了操作字符串的方法。
A: System.Threading
B: System.IO
C: System.Collections
D: System.String
A: System.Threading
B: System.IO
C: System.Collections
D: System.String
举一反三
- 在C#中,Hashtable类所在的命名空间是() A: System.Threading B: System.IO C: System.Collections D: System
- 3、System类中的getProperty( String key)方法能够获取指定的系统属性值,下列()可以获取当前操作系统的名称。 A: System类.getProperty( "os.name" ); B: System类.getProperty( "os.version" ); C: System类.getProperty( "name" ); D: System类.getProperty( "version" );
- 下列关于System类的叙述中,错误的是 A: System类是一个final类 B: System类不能实例化 C: System类中没有定义属性 D: System类主要提供了系统环境参数的访问
- 下列关于System类的描述中,错误的是( ) A: System类是final关键字修饰的类,它不能被其他类所继承 B: System类不能被实例化 C: System类只定义了方法,没有定义属性。 D: System类中提供了获取当前系统属性的方法
- 下列关于System类的描述中,错误的是( ) A: System类中定义了许多方法,但是没有定义字段 B: System类不能被实例化 C: System类是final关键字修饰的类,它不能被其他类所继承 D: System类中提供了获取当前系统属性的方法