异常类对象均为()类的对象。
A: System.Exception
B: System.Attribute
C: System.Const
D: System.Reflection
A: System.Exception
B: System.Attribute
C: System.Const
D: System.Reflection
举一反三
- System类不能实例化,即不能创建System类的对象
- 下列关于System类的叙述中,错误的是 A: System类是一个final类 B: System类不能实例化 C: System类中没有定义属性 D: System类主要提供了系统环境参数的访问
- C#中的常见异常类都是()的子类或间接子类 A: System B: System.DivideByZeroException C: System.IO D: System.Exception
- 3、System类中的getProperty( String key)方法能够获取指定的系统属性值,下列()可以获取当前操作系统的名称。 A: System类.getProperty( "os.name" ); B: System类.getProperty( "os.version" ); C: System类.getProperty( "name" ); D: System类.getProperty( "version" );
- 异常类对象均为System.Exception类的对象