单选题
下列代码的执行结果是 int length = "Hello".length(); System.out.println(length);
A、
5
B、
2
C、
10
D、
6
【正确答案】
A
【答案解析】
提交答案
关闭