題組內容

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

⑴若 try 區段無 exception 產生,請依序指出那些 statement list 會被執行。(10 分)