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

Oracle认证考试

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

Given: Which five methods, inserted independently at line 5, will compile?()

  • A、 protected int blipvert(long x) { return 0; }
  • B、 protected long blipvert(int x) { return 0; }
  • C、 private int blipvert(long x) { return 0; }
  • D、 private int blipvert(int x) { return 0; }
  • E、 public int blipvert(int x) { return 0; }
  • F、 protected long blipvert(long x) { return 0; }
  • G、 protected long blipvert(int x, int y) { return 0; }
正确答案:A,C,E,F,G
答案解析:
进入题库查看解析

微信扫一扫手机做题