switch(x) { default: System.out.println(“Hello”); } Which two are acceptable types for x?()
- A、 byte
- B、 long
- C、 char
- D、 float
- E、 Short
- F、 Long
正确答案:A,C
答案解析:有
微信扫一扫手机做题
switch(x) { default: System.out.println(“Hello”); } Which two are acceptable types for x?()
微信扫一扫手机做题