

MCQOPTIONS
Saved Bookmarks
1. |
what is throw block do? |
A. | It represent block of code in which exception can arise. |
B. | It is used in place of catch block or after catch block . |
C. | It is used to throw an exception. |
D. | None of the above |
Answer» D. None of the above | |