随笔分类 -  SCJP

2015.03.09 笔记
摘要:前置递增 ++a后置递增 a++总之记住加号在前则先加就是了。 阅读全文

posted @ 2015-03-09 22:57 在旅途 阅读(117) 评论(0) 推荐(0)

SCJP考试题310-025(第二套<4>)92-147/147
摘要:310-025 Leading the way in IT testing and certification tools,QUESTION NO: 92 Given: 1. String foo = “blue”; 2. Boolean[]bar = new Boolean [1]; 3. if (bar[0]) { 4. foo = “green”; 5. } What is the result? A. Foo has the value of “” B. Foo has the value of null. C. Foo has the value of “blue” D. Foo h 阅读全文

posted @ 2013-07-26 23:20 在旅途 阅读(474) 评论(0) 推荐(0)

导航