Quiz Yourself: Exceptions
Quiz yourself on exceptions.
Technical Quiz
1.
Which is the correct statement about the after clause?
A.
It runs at the end of the catch function.
B.
It runs at the start of the catch function.
C.
It runs at the start of the try function.
D.
It runs at the end of the try function.
1 / 3