MCQOPTIONS
Saved Bookmarks
| 1. |
what is try 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» B. It is used in place of catch block or after catch block . | |