可学答题网 > 问答 > OCJP(310-065)题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

Given: Which five methods,


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

  • Apublic int blipvert(int x) { return 0; }
  • Bprivate int blipvert(int x) { return 0; }
  • Cprivate int blipvert(long x) { return 0; }
  • Dprotected long blipvert(int x) { return 0; }
  • Eprotected int blipvert(long x) { return 0; }
  • Fprotected long blipvert(long x) { return 0; }
参考答案
参考解析:
分类:OCJP(310-065)题库