2010英语java题目

2010英语java题目

ID:38171357

大小:35.50 KB

页数:11页

时间:2019-06-06

2010英语java题目_第1页
2010英语java题目_第2页
2010英语java题目_第3页
2010英语java题目_第4页
2010英语java题目_第5页
资源描述:

《2010英语java题目》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库

1、1.    Which statement about the garbage collection mechanism are true? A. Garbage collection require additional programe code in cases where multiple threads are running. B. The programmer can indicate that a reference through a local variable is no l

2、onger of interest. C. The programmer has a mechanism that explicity and immediately frees the memory used by Java objects. D. The garbage collection mechanism can free the memory used by Java Object at explection time. E. The garbage collection system

3、 never reclaims memory from objects while are still accessible to running user threads. 2. Give the following method: 1) public void method( ){ 2) String a,b; 3) a=new String(“hello world”); 4) b=new String(“game over”); 5) System.out.println(a+b+”ok”

4、); 6) a=null; 7) a=b; 8) System.out.println(a); 9) } In the absence of compiler optimization, which is the earliest point the object a refered is definitely elibile to be garbage collection. A. before line 3 B.before line 5 C. before line 6 D.before l

5、ine 7 E. Before line 9 3. In the class java.awt.AWTEvent,which is the parent class upon which jdk1.1 awt events are based there is a method called getID which phrase accurately describes the return value of this method? A. It is a reference to the obj

6、ect directly affected by the cause of the event. B. It is an indication of the nature of the cause of the event. C. It is an indication of the position of the mouse when it caused the event. D. In the case of a mouse click, it is an indication of the 

7、text under the mouse at the time of the event. E. It tells the state of certain keys on the keybord at the time of the event. F. It is an indication of the time at which the event occurred. 4. Which statement about listener is true? A. Most component 

8、allow multiple listeners to be added. B. If multiple listener be add to a single component, the event only affected one listener. C. Component don?t allow multiple listeners to be add. D. The listener mechanism allows you to call an addXxxxLis

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。