问题:
类 Student 中字段mark的缺省值是哪项?()
Class Student{
String name;
int age;
float market;
·········
}
A . 0.0f
B . numll
C . false
D . 0
E . 0.0
类 Student 中字段mark的缺省值是哪项?()
Class Student{
String name;
int age;
float market;
·········
}
● 参考解析
本题暂无解析