题目内容

(6-9)定义了如下Person类,下面()程序段能够正确初始化Person数组。class Person{private String name;public Person(String name){this.name=name;}}

A. Person [ ] list=new Person[ ]{new Person("孙悟空"),new Person("猪八戒")};
B. Person list[ ]=new Person[ ]{new Person("孙悟空"),new Person("猪八戒")};
C. Person[ ] list={new Person("孙悟空"),new Person("猪八戒")};
D. Person list=new Person[ ]{new Person("孙悟空"),new Person("猪八戒")};

查看答案
更多问题

(6-9)请阅读程序,写出程序运行结果。classPhone{privateStringname;privateintprice;publicPhone(Stringname,intprice){this.name=name;this.price=price;}publicStringtoString(){return""+this.price;}}publicclassPhoneDemo{publicstaticvoidmain(String[]args){StringBuffersb=newStringBuffer();Phone[]list=newPhone[3];list[0]=newPhone("华为",3000);list[1]=newPhone("小米8",4000);list[2]=newPhone("vivoR10",2300);for(Phonep:list)sb.append(p);System.out.println(sb.toString());}}

与试错法等传统方法相比,TRIZ理论具有显著的特点和优势。( )

A. 对
B. 错

下列哪一项不属于内部招募的方法?( )

A. 推荐法
B. 档案法
C. 中介法
D. 公告法

下列哪些属于情景模拟测试的招募方法( )。

A. 个性和兴趣测试
B. 公文处理模拟法
C. 专业知识测试法
D. 无领导小组讨论

答案查题题库