已知有下列类的说明,则下列哪个语句是正确的? ( ) public class Test { private float f=1.0f; int m=2; static int n=1;

admin2013-03-01  44

问题 已知有下列类的说明,则下列哪个语句是正确的?    (    )    public class Test    {       private float f=1.0f;       int m=2;       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;

答案1

解析
转载请注明原文地址:https://kaotiyun.com/show/082p777K
0

最新回复(0)