读下面代码,哪个选项是正确的( )import java.io.*;public class Test2{public static void main(String []args)throws IOException{if(args[0]==”hello”)throw new IOException();}}
A. 没有错误,程序编译正确
B. 编译错误,不能够在main方法中抛出异常
C. 编译错误,IOException是一个系统异常,不能够由application程序产生
D. 没有输出结果
通常的异常类是( )
A. Exception
B. exception
CommonException
D. ExceptionShare
下列哪些内容不是异常的含义?()
A. 程序的语法错误
B. 程序运行中所发生的异常事件
C. 程序预先定义好的异常事件
D. 程序编译错误
下列选项中属于异常的关键字是( )
A. public
B. InputStream
C. Exception