-->
当前位置:首页 > 题库

单选题:For exception, which statement below is **NOT** correct?

Luz5年前 (2021-05-10)题库1269
For exception, which statement below is **NOT** correct? @[D](2)

A. It is possible to have a try block with out any catch clause but a finally clause
B. It is possible to have a try block inside another try block
C. It is possible to have a try block along with its catch clauses inside a catch clause
D. To re-throw the exception object in a catch clause, simple put a throw statement without the name of the object.





A.It is possible to have a try block with out any catch clause but a finally clause
B.It is possible to have a try block inside another try block
C.It is possible to have a try block along with its catch clauses inside a catch clause
D.To re-throw the exception object in a catch clause, simple put a throw statement without the name of the object.


答案:D