題組內容

四、有下列 Java 虛擬碼片段: try {statement-list1} catch (exception-class1 variable1) {statement-list2} catch (exception-class2 variable2) {statement-list3} finally {statement-list4}

⑶若 try 區段有 exception-class2 的 exception 產生,請依序指出那些 statement list 會 被執行。(10 分)