多项选择题

下面关于try、catch和finally语句块的组合使用,正确的是()

A.try{,}
B.try{,}finally{,}
C.try{,}catch{,}finally{,}
D.try{,}catch{,}catch{,}