MCQOPTIONS
Saved Bookmarks
| 1. |
Why is it expensive to use objects for exception? |
| A. | Exception object is created only if an error actually happens |
| B. | Because of execution time |
| C. | Memory space involved in creating an exception object |
| D. | None of the mentioned |
| Answer» B. Because of execution time | |