InterviewSolution
Saved Bookmarks
| 1. |
Which of these clause will be executed even if no exceptions are found?(a) throws(b) finally(c) throw(d) catchThe question was asked during an internship interview.Enquiry is from Finally & Built in Exceptions in division Exception Handling of Java |
|
Answer» Right choice is (b) finally |
|