Any method that calls a method with a throws clause in its header must 任何在其头中调用带有抛出子函数的方法都必须
A. handle the potential exception 处理潜在的异常
B. have the same throws clause 有相同的抛出条款
C. Both of the above 以上两项都是
D. do nothing, the called program will take care of the throws clause 什么也不做,被调用的程序将处理子函数抛出的异常