MCQOPTIONS
Saved Bookmarks
| 1. |
Which of these exceptions will be thrown if we use null reference for an arithmetic operation? |
| A. | ArithmeticException |
| B. | NullPointerException |
| C. | IllegalAccessException |
| D. | IllegalOperationException |
| Answer» C. IllegalAccessException | |