- 1、本文档共31页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
[理学]ssd3选择题汇总_开始复习吧
Multiple-Choice Quiz 1
1. Which method must exist in every Java application?
(a) main
(b) paint
(c) begin
(d) init
2. Which of the following is the string concatenation operator in Java?
(a) +
(b) ^
(c)
(d) ++
3. Which of the following statements is (are) true about the use of an asterisk (*)
in a Java import statement?
I. It does not incur run-time overhead.
II. It can be used to import multiple packages with a single statement.
III. It can be used to import multiple classes with a single statement.
(a) I and III only
(b) III only
(c) I only
(d) I, II, and III
4. A difference between the methods print and println of the class
java.io.PrintWriter is that
(a) print inserts a new line at the beginning of its output, but println does
not
(b) println appends a new line to the end of its output, but print does not
(c) println inserts a new line at the beginning of its output, but print does
not
(d) print appends a new line to the end of its output, but println does not
5. What will be output when the following Java program segment is executed?
int x = 5;
int y = 2;
System.out.println(x + y);
(a) 7
(b) 5 2
(c) 5+2
(d) 52
6. What is the right way to handle abnormalities in input on Java?
(a) By handling these problems by providing exception handlers
(b) By writing while loops to guard against bad input
(c) By using the class FileFilter which gracefully filters out bad input data
(d) By always specifying the throws clause in every method header where
file I/O is performed
7. All Java exception classes are derived from the class
(a) java.lang.Throwable
(b) java.lang.Error
(c) java.io.IOException
您可能关注的文档
- [理学]2-5高等数学 A类 课件 完整典藏版适用于自学、考研.pdf
- [理学]2 海洋细菌.ppt
- [理学]2 正投影法基础.ppt
- [理学]2-第八章 数学物理方法.ppt
- [理学]2009届高考英语二轮复习完形填空试题库.doc
- [理学]2009年湖南会计从业财经法规权威预测试题.ppt
- [理学]2-1大学物理与中学物理之物理学的方法.ppt
- [理学]2009-2010第9次课 静电场习题课.ppt
- [理学]20101223 Probability and Statistics_8.pdf
- [理学]2009研究生分子医学实验技能实验二.ppt
- 新交际英语阅读教程(第二版)UNIT 7 FOOD AND DRINK.pptx
- 学术英语(医学)外研社编(第二版)_Unit 6.ppt
- 学术英语(医学)外研社编(第二版)_Unit 1.ppt
- 学术英语(医学)外研社编(第二版)_Unit 4.ppt
- 《学术英语 医学 (第二版)教师用书》Unit 10.pdf
- 新交际英语阅读教程(第四版)UNIT 7 ECONOMY & TRADE.pptx
- 《新世纪实用英语写作(第四版)》 第六章.pptx
- 《学术英语 医学 (第二版)教师用书》Unit 6.docx
- 新交际英语阅读教程(第二版)UNIT 5 ANIMALS & PLANT.pptx
- 新交际英语阅读教程(第二版)UNIT 8 Health.pptx
文档评论(0)