首页>计算机>软件水平考试>模拟试题>正文
软件水平考试:程序员考证例题

www.zige365.com 2008-11-11 19:41:54 点击:发送给好友 和学友门交流一下 收藏到我的会员中心
例题7:

True or False: Readers have methods that can read and return floats and doubles.

A. Ture

B. False

解答:B

点评: Reader/Writer只处理Unicode字符的输入输出。float和double可以通过stream进行I/O.

例题8:

What does the followingpaint() method draw?

1. public void paint(Graphics g) {

2. g.drawString(“Any question”, 10, 0);

3. }

A. The string “Any question?”, with its top-left corner at 10,0

B. A little squiggle coming down from the top of the component.

解答:B

点评:drawString(String str, int x, int y)方法是使用当前的颜色和字符,将str的内容显示出来,并且最左的字符的基线从(x,y)开始。在本题中,y=0,所以基线位于最顶端。我们只能看到下行字母的一部分,即字母‘y’、‘q’的下半部分。

本新闻共5页,当前在第4页  1  2  3  4  5  

我要投稿 新闻来源: 编辑: 作者:
相关新闻
08年11月软考英语考前练习试题及答案汇总
08年11月软考英语考前练习试题及翻译(1)
08年11月软考英语考前练习及解析(18)
08年11月软考英语考前练习试题及解析(17)
08年11月软考英语考前练习试题及解析(16)
08年11月软考英语考前练习试题及解析(15)