摘要:
介绍和Getting the Skeleton Files 想办法找到下面四个文件 这个proj要编写一个autoGrader,提供如下文件: StudentArrayDeque.java: A buggy implementation of ArrayDeque. 有错误的ArrayDeque A 阅读全文
摘要:
Despite the sufferring from the former disc04 ,i get the golden rule of extended classes' type discrmination ,that is , in a 赋值过程中,在类型层级上,右边的一定要小于左边的。 阅读全文
摘要:
1.写出 第21、24行的运行结果。(画出box-pointer指示图会对答题很有帮助) 1 public class Shock { 2 public static int bang; 3 public static Shock baby; 4 public Shock() { 5 this.ba 阅读全文
摘要:
第19行的变量 level是 静态方法change方法内部的本地变量,他对main方法里的level或者是实例变量level没什么影响。 public class Pokemon {// 一个名为Pokemon的类 public String name;// 实例变量name public int 阅读全文