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

[单项选择题] 下列程序的输出结果是( )。  interface Inter{  public final static int A=100;  }  class My implements I

时间:2021-07-20 18:34:59 解答: 80 次

[单项选择题] 下列程序的输出结果是( )。  interface Inter{  public final static int A=100;  }  class My implements Inter{  public static void main (String args[ ])  {System.out.println(A) ;  }

A.100

B.0

C. A

D. 程序有错误

正确答案:

A

参考解析:

本题主要考查接口的定义和使用,接口是一种含有抽象方法和常量的一种特殊的抽象类,不能包含成员变量,在程序中是输出常量A的值,所以输出的结果为5。

  • 相关题库

请充值VIP继续使用(未注册用户支付后会自动注册登录)

×

95元 29元

VIP截止日期:2025-01-01 00:05:52

←请使用支付宝扫码支付

95元 29元

VIP截止日期:2025-01-01 00:05:52

←请使用微信扫码支付