单选题:For exception, which statement below is **NOT** correct?
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
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