Class 类使用疑惑public Constructor[] getConstructors()throws SecurityException这个方法明明有异常抛
Class 类使用疑惑
public Constructor[] getConstructors()
throws SecurityException
这个方法明明有异常抛出
为什么在使用的时候可以不处理呢?
并不是所有异常都需要捕获,比如RuntimeException以及其子类!
