boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - Java程序员认证模拟题及详细分析(4)
相关主题
Java程序员认证模拟题及详细分析 1
Java程序员认证模拟题及详细分析(2)
how to solve the problem: the members change by each other .
Help for SL275
Java程序员认证模拟题及详细分析(3)
scjp 5.0 模拟题
java certificate
Re: Java Vs. C++ on performance!?
Re: java.lang.reflect.InvocationTargetEx
wow
相关话题的讨论汇总
话题: example话题: class话题: main话题: changing话题: int
进入Java版参与讨论
1 (共1页)
p***p
发帖数: 559
1
66. Given the following class outline:
class Example{
private int x;
// rest of class body
public static void main(String args[]){
//implementation of main mehtod}
}
Which statement is true?
A. x=2 is a valid assignment in the main() method of class Example.
B. Changing private int x to int x would make x=2 a valid assignment in t
he main() method of class Example.
C. Changing private int x to public int x would make x=2 a valid assignme
nt in the main() method of class Example.
D. Changing priv
1 (共1页)
进入Java版参与讨论
相关主题
wow
工作问题
made a low-level mistake
英联邦运动会:半数志愿者领了服装就不见了。
转载)苏27飞行员为免撞民居牺牲生命 HIT谭久彬为己私利伪造数据拉低我国最强洲际导弹制导精度
详细分析了最近的八卦 (转载)
范冰冰入选外媒“最美面孔” 位列66不敌朱珠
详细分析一下“腾讯造假门”
[猴王] 最近全球局势分析20120221
详细分析了最近的八卦
相关话题的讨论汇总
话题: example话题: class话题: main话题: changing话题: int