问题:
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
switch (i) {
default:
System.out.printIn(“Hello”);
}
What is the acceptable type for the variable i?()
● 参考解析
本题暂无解析