- 1、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
2015桂电JAVA题库重点(含答案翻译).doc
1、 Which of the following is not a valid Java identifier?
A. my Value
B. $_AAA1
C. width
D. m_x
2、 Sending a message to an object means that:
A. You call a method of the object.你对象的调用一个方法。
B. You access a variable of the object.
C. Both (a) and (b).
D. Neither (a) nor (b).
3、 Which of the following is a Scanner method?
A. nextLine.
B. nextText.
C. nextWord.
D. readNext.
4、 Which is a correct static method call of Math class method sqrt?
A. sqrt( 900 );.
B. math.sqrt( 900 );.
C. Math.sqrt( 900 );.
D. Math math = new Math(); math.sqrt( 900 );.
5、 Declaring main as ________ allows the JVM to invoke main without creating an instance of the class.
A. public.
B. void.
C. static.
D. final.
6、 Consider the array:
s[ 0 ] = 7s[ 1 ] = 0s[ 2 ] = -12s[ 3 ] = 9s[ 4 ] = 10s[ 5 ] = 3s[ 6 ] = 6
The value of s[s[6]-s[5]] is:
A. 0.
B. 3.
C. 9.
D. 10.
7、 What do the following statements do?
double[] array;array = new double[ 14 ];
A. Create a double array containing 13 elements.
B. Create a double array containing 14 elements.创建一个数组包含14个元素的两倍。
C. Create a double array containing 15 elements.
D. Declare but do not create a double array.
8、 The _________ of a class are also called the public services or the public interface that the class provides to its clients.
A. public constructors.
B. public instance variables.
C. public methods.
D. All of the above.
9、 Using public set methods provides data integrity if:
A. The instance variables are public.实例变量是公开的。
B. The instance variables are private.
C. The methods perform validity checking.执行有效性检查的方法
D. Both b and c.
10、 Which of the following keywords allows a subclass to access a superclass method even when the subclass has overridden the superclass method?
A. base.
B. this.
C. public.
D. super.
11、 Which method changes the text the label displays?
A. changeText.
B. setText.
C. changeLabel.
D. setLabel.
12、 A(n) class cannot be instantiated.类不能被实例化。
A. final.
B. concrete.
C. abstract. 抽象的,
D. polymorph
您可能关注的文档
- 2013新规范配套表格.ppt
- 2013春季四川会计从业证考试试题及答案.pptx
- 2013柏浪涛150题[超完整笔记版].docx
- 2013民诉司考真题.docx
- 2013江苏省造价员资格考试考前培训班基础理论.ppt
- 2013注册会计师考试《财务成本管理》科目试题及答案解析.doc
- 2013注册造价工程师考试真题(造价工程管理).doc
- 2013浙江省造价员基础理论培训PPT课件(工程造价计价基础理论).ppt
- 2013混凝土结构设计(计算题).ppt
- 2013煤矿培训主要负责人.ppt
- 2015桥梁施工安全管理.ppt
- 2015毕业设计(小型剪叉式液压升降机).doc
- 2015民诉真题破解 郭翔.ppt
- 2015江苏优秀作文(议论文记叙文).doc
- 2015江苏初级造价员理论内部培训PPT.ppt
- 2015江苏省中小学教师班主任知识网络竞赛108页(有答案).doc
- 2015江苏省中小学教师班主任知识网络竞赛大全---单选题(共三部分).doc
- 2015江苏省中小学教师班主任知识网络竞赛班主任竞赛题库(有答案).docx
- 2015江苏省中小学教师班主任知识网络竞赛题库(68页单选和判读 标准答案).doc
- 2015江苏省中小学教师班主任知识网络竞赛题库含答案(900道题).doc
最近下载
- 招投标合规指引之招标常见问题(第一期).pdf VIP
- 2025版建筑行业临时用工合同范本(2025版).docx
- 痛风性关节炎-课件.ppt VIP
- 人教版二年级上册数学全册教学设计(配2025年秋新版教材).docx
- 2024年《高等教育心理学》教师岗前培训考试复习题库(含答案).docx VIP
- 四川省成都市双流区2024年小升初语文试卷 附解析.doc VIP
- Module4Unit1Willyoutakeyourkite?(教学设计)-英语四年级下册.docx
- 新闻编辑学 (第四版).pptx VIP
- 四川省成都市双流区2024年小升初语文试卷 附解析 .pdf VIP
- (人教2019版)化学必修第一册 全册大单元教学设计.docx
文档评论(0)