题目详情
单选题 已知有如下类的说明,则下列语句正确的是( ). 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

学科:大数据编程基础(Java)
时间:2025-11-26 23:11:28
相关题目
相关作业
