[单项选择题] 阅读下面代码 public class Test { String s="One World One Dream"; public static void main(String[] args) { System.out.println(s); } } 其运行的结果是
A.args
B.One World One Dream
C.s
D.编译时出错
[单项选择题] 阅读下面代码 public class Test { String s="One World One Dream"; public static void main(String[] args) { System.out.println(s); } } 其运行的结果是
A.args
B.One World One Dream
C.s
D.编译时出错
D
本程序在静态方法main()中访问了非静态变量s,因此编译错误。
VIP截止日期:2025-01-02 11:56:04
←请使用支付宝扫码支付VIP截止日期:2025-01-02 11:56:04
←请使用微信扫码支付