多项选择题

A.try-catch必须配对使用
B.try可以单独使用
C.try-finally可以配对使用
D.在try-catch后如果定义了finally,则finally肯定会执行