Can multiple catch blocks be executed?
No. Once the proper catch code fires off, the control is transferred to the finally block (if there are any), and then whatever follows the finally block. 18. Explain the three services model commonly know as a three-tier application. Presentation (UI), business (logic and underlying code) and data (from storage or other sources).