标题:[求助]谁知道这个问题的答案!!!
取消只看楼主
项目经理
Rank: 1
等 级:新手上路
帖 子:50
专家分:0
注 册:2005-8-29
 问题点数:0 回复次数:0 
[求助]谁知道这个问题的答案!!!
1. Given: Integer i = new Integer (42); Long 1 = new Long (42); Double d = new Double (42.0); Which two expressions evaluate to True? A. (i == 1) B. (i == d) C. (d == 1) D. (i.equals (d)) E. (d.equals (l)) F. (i.equals (42)) 2.

Which statement is true?

A. An anonymous inner class may be declared as final

B. An anonymous inner class can be declared as private

C. An anonymous inner class can implement multiple interfaces

D. An anonymous inner class can access final variables in any enclosing scope

E. Construction of an instance of a static inner class requires an instance of the enclosing outer class.

[此贴子已经被作者于2005-10-4 19:32:01编辑过]

2005-10-04 18:30



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-29311-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 1.468440 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved