题目内容

下列A类中【代码1】~【代码5】哪些是错误的?class Tom {private int x=120;protected int y=20;int z=11;private void f() {x=200;System.out.println(x);}void g() {x=200;System.out.println(x);}}public class A {public static void main(String args[]) {Tom tom=new Tom();tom.x=22; //【代码1】tom.y=33; //【代码2】tom.z=55; //【代码3】tom.f(); //【代码4】tom.g(); //【代码5】}}

A. 代码1
B. 代码2
C. 代码3
D. 代码4

查看答案
更多问题

创建一个类就是创建一个新的数据类型,而类在java中属于复合数据类型。

A. 对
B. 错

ⅠTranslatethe following ChineseintoEnglish.(填入所缺单词,字母小写,注意单复数)1 品类多元 ________ product2 外卖平台 ___________3 注册 ___________4 赔付 ___________5 免费配送 ___________6 促进增长(f开头) _______ the growth7 配送时间 ____ time8 迅速推动发展(s开头) ______ rapid growth9 餐饮业 ___________10 推动线上发展(b开头) ___________

ⅡCompletethe following words withproper affixes.(请写出完整单词)1 ____ port 驱逐2 ____lemma 进退两难3 ____ lute 冲淡,稀释4 ____ forest 砍伐森林5 exag___ ate 夸张6 col____cation 并置,并列7 ____ture 手势8 di____ 消化9 ____ ate 定位10 ____ cline 降低,减少

文言文,就是用文言写成的文章。

A. 对
B. 错

答案查题题库