摘要: Question: 6Given:1. import java.util.*;2. public class Old {3. public static Object get0(List list) {4. return list.get(0);5. }6. }Which three will co... 阅读全文
posted @ 2014-04-18 16:29 Fresher_Z 阅读(118) 评论(0) 推荐(0) 编辑
摘要: Question:16Given:1.publicclassTestSevenextendsThread{2.privatestaticintx;3.publicsynchronizedvoiddoThings(){4.intcurrent=x;5.current++;6.x=current;7.}... 阅读全文
posted @ 2014-04-18 16:19 Fresher_Z 阅读(153) 评论(0) 推荐(0) 编辑
摘要: Question:11Given:10.packagecom.sun.scjp;11.publicclassGeodetics{12.publicstaticfinaldoubleDIAMETER=12756.32;//kilometers13.}Whichtwocorrectlyaccessthe... 阅读全文
posted @ 2014-04-18 16:17 Fresher_Z 阅读(227) 评论(0) 推荐(0) 编辑
摘要: 其实不是新题才有研究价值的,java这东西向下兼容很好,不同python,很多东西还是继续沿用的。。。。。旧的还没学好就别谈新的了。Question:8Given10.classFoo{11.staticvoidalpha(){/*morecodehere*/}12.voidbeta(){/*mor... 阅读全文
posted @ 2014-04-18 16:13 Fresher_Z 阅读(175) 评论(0) 推荐(0) 编辑