(A) regarded
(B) regard
(C) regarding
(D) to regard
第1题:
A.returnsuper.hashCode();
B.returnname.hashCode()+age*7;
C.returnname.hashCode()+comment.hashCode()/2;
D.returnname.hashCode()+comment.hashCode()/2-age*3;
第2题:
A.returnsuper.hashCode();
B.returnname.hashCode()+age*7;
C.returnname.hashCode()+comment.hashCode()/2;
D.returnname.hashCode()+comment.hashCode()/2-age*3;
第3题:
2、以下英语的词形变化中,采用的显性语法形式不同的一项是()。
A.good-better
B.we-us
C.be-are
D.say-said
第4题:
publicclassPerson{privateStringname,comment;privateintage;publicPerson(Stringn,inta,Stringc){name=n;age=a;comment=c;}publicbooleanequals(Objecto){if(!(oinstanceofPerson))returnfalse;Personp=(Person)o;returnage==p.age&&name.equals(p.name);}}WhatistheappropriatedefinitionofthehashCodemethodinclassPerson?()
A.returnsuper.hashCode();
B.returnname.hashCode()+age*7;
C.returnname.hashCode()+comment.hashCode()/2;
D.returnname.hashCode()+comment.hashCode()/2-age*3;
第5题:
第6题:
查看MySQL中支持存储引擎的语句是 。
A.SHOW ENGINS; 和 SHOW VARIABLES LIKE 'have%';
B.SHOW VARIABLES; 和 SHOW VARIABLES LIKE 'have%';
C.SHOW ENGINS; 和 SHOW ENGINS LIKE 'have%';
D.SHOW ENGINS; 和 SHOW VARIABLES from 'have%';