网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
多选题
下面哪些类可用于throw语句()
A
Error
B
Exception
C
Event
D
Throwable
参考答案
参考解析
解析:
暂无解析
更多 “多选题下面哪些类可用于throw语句()AErrorBExceptionCEventDThrowable” 相关考题
考题
使用VC++6.0打开考生文件夹下的源程序文件1.cpp,该程序运行时有错误,请改正错误,使程序正常运行,并且要求最后一个catch必须抛出执行的任何异常。程序异常,输出信息为errorOERROR注意:不要改动main函数,不能增加或删除行,也不能更改程序的结构,错误的语句在//******error******的下面。试题程序:includeiostream.h)intmain{try{throw(error);}//********error********catch(chars){coutsendl;}try{throw((int)0);}//********error********catch{coutiendl;}try{throw(O);throw(error);}//********error********catch{coutERRORendl;}return0;}
考题
Java程序中读入用户输入的一个值,要求创建一个自定义的异常,如果输入值大于10,使用throw语句显式地引发异常,异常输出信息为“something’swrong!”,语句为()。A.if(I>10)throw Exception(“something’swrong!”);B.if(I>10)throw Exceptione(“something’swrong!”);C.if(I>10)thrownew Exception(“something’swrong!”);D.if(I>10)thrownew Exceptione(“something’swrong!”);
考题
程序读入用户输入的一个值,要求创建一个自定义的异常,如果输入值大于10,使用throw语句显式地引发异常,异常输出信息为“something’s wrong!”, 语句为()。 A、if ( i 10 ) throw Exception(“something’s wrong!”);B、if ( i 10 ) throw Exception e (“something’s wrong!”);C、if ( i 10 ) throw new Exception(“something’s wrong!”);D、if ( i 10 ) throw new Exception e ("something’s wrong!");
考题
下面是几条定义类的语句,只能被继承的类是()A、classstudentB、publicclassstudentC、abstractclassstudentD、sealedclassstudent
考题
假设有自定义异常类ServiceException,那么抛出该异常的语句正确的是哪项?() A、 raise ServiceExceptionB、 throw new ServiceException()C、 throw ServiceExceptionD、 throws ServiceException
考题
单选题程序读入用户输入的一个值,要求创建一个异常,如果输入值大于10,使用throw语句显示地引发异常,异常输出的信息为“something‟s wrong!”,语句为()A
if(i10) throw Exception (“something‟s wrong!”);B
if(i10) throw Exception e (“something‟s wrong!”);C
if(i10) throw new Exception (“something‟s wrong!”);D
if(i10) throw new Exception e (“something‟s wrong!”);
考题
单选题假设有自定义异常类ServiceException,那么抛出该异常的语句正确的是哪项?()A
raise ServiceExceptionB
throw new ServiceException()C
throw ServiceExceptionD
throws ServiceException
考题
多选题下面属于白盒测试方法的有哪些()。A语句覆盖B等价类划分C边界值分析D判定条件覆盖
热门标签
最新试卷