一个类可以抛出异常吗?或者它只是只有方法可以抛出异常?

时间:2015-01-06 17:44:29

标签: java

类可以抛出异常,例如

class A throws Exception
{
    public static void main(String [] args)
    { 
        System.out.println("hello");
    }
}

0 个答案:

没有答案