Valid 98-361 Dumps shared by ExamDiscuss.com for Helping Passing 98-361 Exam! ExamDiscuss.com now offer the newest 98-361 exam dumps, the ExamDiscuss.com 98-361 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 98-361 dumps with Test Engine here:
The purpose of the Finally section in an exception handler is to:
Correct Answer: A
Explanation/Reference: By using a finally block, you can clean up any resources that are allocated in a try block, and you can run code even if an exception occurs in the try block. Typically, the statements of a finally block run when control leaves a try statement. The transfer of control can occur as a result of normal execution, of execution of a break, continue, goto, or return statement, or of propagation of an exception out of the try statement.