请教一个关于接口的问题接口里有throws SomeException,实现类里要不要写throws ... ? 如果实现类没有写throws...,那通过接口调用一个方法时,会不会自动throw? 谢谢[解决办法]我觉得,不要,不会