阿摩線上測驗 登入

試題詳解

試卷:96年 - 2007年4月计算机等级考试— 二级—《 JAVA 》#13698 | 科目:计算机等级考试— 二级—《 JAVA 》

試卷資訊

試卷名稱:96年 - 2007年4月计算机等级考试— 二级—《 JAVA 》#13698

年份:96年

科目:计算机等级考试— 二级—《 JAVA 》

20)已知有下列类的说明,则下列哪个语句是正确的? public class Test { private float f = 1.0f; int m = 12; static int n=1; public static void main(String arg[]) { Test t = new Test(); } }
(A)t.f;
(B)this.n;
(C)Test.m;
(D)Test.f;
正確答案:登入後查看