单项选择题

A.try块只能使用一个catch子句
B.try块必须同时与catch子句和finally子句一起使用
C.try块不能单独使用
D.try块中如果执行了return语句,则其finally子句不能执行