登录  注册

首页->JAVA程序设计

请阅读下面的程序代码Class Person{void say(){System.out.println("hello");}}class Example{public static void main(String[] args){Person p2 = new Person();Person p1 = new Person(); p2.say();p1.say();p2=null;p2.say();}}下列关于程序运行结果的描述中,正确的是()

答:
输出2个hello后会抛出异常
继续答题:下一题
微考学堂微考学社

更多JAVA程序设计试题