Which of these clause will be executed even if no exceptions are found?
(a) throws
(b) finally
(c) throw
(d) catch
The question was asked during an internship interview.
Enquiry is from Finally & Built in Exceptions in division Exception Handling of Java