首页 > 计算机 > 计算机考试 正文

[单项选择题] 阅读下面代码 public class Test {  String s="One World One Dream";  public static void

时间:2021-07-20 17:08:51 解答: 89 次

[单项选择题] 阅读下面代码 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继续使用(未注册用户支付后会自动注册登录)

×

95元 29元

VIP截止日期:2025-01-02 11:56:04

←请使用支付宝扫码支付

95元 29元

VIP截止日期:2025-01-02 11:56:04

←请使用微信扫码支付