多做题,通过考试没问题!

Java认证考试

睦霖题库>其他计算机考试>Java认证考试

Given the following class, which statements can be inserted at position 1 without causing the code to fail compilation?()   public class Q6db8 {   int a;   int b = 0;   static int c;   public void m() {   int d;   int e = 0;   // Position 1   }   } 

  • A、a++;
  • B、b++;
  • C、c++;
  • D、d++;
  • E、e++;
正确答案:A,B,C,E
答案解析:
进入题库查看解析

微信扫一扫手机做题