摘要: 好吧这道题我丢脸了,竟然做错了。如下程序的输出结果是:class Alligator{ public static void main(String[] args){ int[]x[] = {{1,2},{3,4,5},{6,7,8,9}}; int[][]y... 阅读全文
posted @ 2014-06-19 16:41 robin·张 阅读(190) 评论(0) 推荐(0) 编辑
摘要: 判断如下程序的最终输出值:import java.util.*;public class Quest{ public static void main(String[] args){ String[] colors = {"blue", "red", "green", "yello... 阅读全文
posted @ 2014-06-19 16:10 robin·张 阅读(255) 评论(0) 推荐(0) 编辑
摘要: 判断如下代码的执行结果:public class Spock{ public static void main(String[] args){ Long tail = 2000L; Long distance = 1999L; Long story = 10... 阅读全文
posted @ 2014-06-19 13:58 robin·张 阅读(288) 评论(0) 推荐(0) 编辑
摘要: 判断如下代码最后的执行结果。public class Breaker{ static String o = ""; public static void main(String[] args){ z: o = o+2; for(int x=3; ... 阅读全文
posted @ 2014-06-19 09:26 robin·张 阅读(266) 评论(0) 推荐(0) 编辑