题目详情
单选题 Java对异常进行捕获处理的try…catch…finally,其完整格式正确的是
A. try{ statements }
B. catch(异常类名 e){ statements }
C. finally{ statements }
D. try{ statements }catch(异常类名1 e){ statements }catch(异常类名2 e){ statements }……{ }finally{ statements }

学科:Java程序设计
时间:2023-06-18 09:22:45
相关题目
相关作业
