在线名词解释大全
专业、全面、易懂的全领域名词百科
首页
>
java语言期末
>
详细
阅读下列的程序classPerson{static{System.out.println(name);}privatestaticStringname="hello";}classDemo{publicstaticvoidmain(String[]args){Personp=null;}}
题型:单选题
选项
A.
无结果输出
B.
输出 null
C.
输出 hello
D.
编译失败
正确答案:D