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 在旅途 阅读(468) 评论(0) 推荐(0) 编辑