InterviewSolution
Saved Bookmarks
| 1. |
Which keyword is used to throw an exception?(a) try(b) throw(c) throws(d) except |
|
Answer» Correct option is (b) throw The best I can explain: ‘throw’ keyword is used to throw exceptions if something bad happens. |
|