black

Java认证考试综合练习

登录

单项选择题

类Student代码如下: 
class Student{   
String name; 
int age; 
Student(String nm){ 
name = nm; } } 
执行语句Student stu = new Student()后,字段age的值是哪项?() 

A. 0
B. null
C. false
D. 编译错误

相关考题

单项选择题 下列关于Java对象清除的叙述正确的是哪项?()

单项选择题 下述代码执行后,有几个引用变量和几个对象?()   Student stu = new Student(“Mike”);  Student stua;  Stua = stu;

单项选择题 现有:   class TestFoo {   int x;   String y;   int getX() { return x; }   String getY() { return y; }   void setX(int x) {   int z = 7;   this.x = x;   }    }    可以添加多少个修饰符来封装此类?()

All Rights Reserved 版权所有©PP题库网库(pptiku.com)

备案号:湘ICP备14005140号-5

经营许可证号:湘B2-20140064