try-catch-finally语句中()获取并使用资源?
A:try B:catch C:finally D:throw
try-catch-finally语句中()处理异常情况?
A:try B:catch C:finally D:throw
try-catch-finally语句中()释放资源?
A:try B:catch C:finally D:throw
下列不是异常处理中需要用到的标识符是()。
A:try B:catch C:throw D:go
Java中用来抛出异常的关键字是 ( )
A:try B:catch C:throw D:finally
在编写异常处理的Java程序中,每个catch 语句块都应该与( )语句块对应,使得该语句块用来启动Java的异常处理机制。
A:if--else B:switch C:try D:throw
如果抛出异常,下列可以应用的语句是( )。
A:try B:catch C:finally D:throw
如果抛出异常,则应用语句( )。
A:catch B:throw C:try D:finally
在编写异常处理的Java程序中,每个catch 语句块都应该与( )语句块对应,使得该语句块用来启动Java的异常处理机制。
A:if--else B:switch C:try D:throw