可学答题网 > 问答 > SCJP程序员认证考试题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

switch (i) {  default:


switch (i) {  default:   System.out.printIn(“Hello”);   }  What is the acceptable type for the variable i?()  

  • A Byte
  • B Long
  • C Float
  • D Double
  • E Object
  • F A and B
  • G C and D
参考答案
参考解析:
分类:SCJP程序员认证考试题库