多项选择题

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