问题详情
对于已经被定义过可能抛出异常的语句,在编程时
A、必须使用 try…catch 语句处理异常,或用 throws 将其抛出
B、如果程序错误,必须使用 try…catch 语句处理异常
C、可以置之不理
D、只能使用 try…catch 语句处理