网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

下列方法中,声明抛出InterruptedException类型异常的方法是( )。

A.suspend

B.resume

C.sleep

D.start


参考答案

更多 “ 下列方法中,声明抛出InterruptedException类型异常的方法是( )。A.suspendB.resumeC.sleepD.start ” 相关考题
考题 下列方法中,声明抛出InterruptedException类型异常的方法是A.suspended()B.resume()C.sleep()D.start()

考题 下列方法中,声明抛出InterruptedException类型异常的方法是A.suspend()B.resume()C.sleep()D.start()

考题 下列方法中,声明抛出IntermptedExcetion类型异常的方法是( )。A.suspend()B.resume()C.sleep()D.start()

考题 下列方法中,声明抛出InterruptedException类型异常的方法是( )。A.suspend( )B.resume( )C.sleep( )D.start( )

考题 3、当需要在方法中声明可能抛出的异常类型,应该使用 ()语句。

考题 Thread类的join()方法会抛出InterruptedException异常。()

考题 12、Thread类的join()方法会抛出InterruptedException异常。()

考题 如果一个方法抛出异常,而该方法没有能力处理该异常,则可以在方法声明时,采用 子句声明该方法将抛出异常。

考题 当需要在方法中声明可能抛出的异常类型,应该使用 ()语句。