以下のうち、構文的に正しいのはどれですか?
try {}
try {} catch {}
try {} finally {}
try {} catch {} finally {}
try {} finally {} catch {}
答え