0
The result is undefined.
a
2
1
c
b
第1题:
0
1
a
b
c
The result is undefined.
第2题:
r, t, t,
r, e, o,
Compilation fails.
An exception is thrown at runtime.
第3题:
2
3
12
23
123
Compilation fails.
An exception is thrown at runtime.
第4题:
2
24
234
246
2346
Compilation fails.
第5题:
[1, 2, 3, 5]
[2, 1, 3, 5]
[2, 5, 3, 1]
[5, 3, 2, 1]
[1, 3, 5, 2]
第6题:
An exception is thrown at runtime.
int Long
Compilation fails.
Short Long
第7题:
peep
bark
meow
Compilation fails.
An exception is thrown at runtime.
第8题:
null
finally
null finally
Compilation fails.
finally exception
第9题:
An Exception is thrown with no other output
followed by an Exception
Compilation fails due to an error on line 9
Compilation fails due to an error on line 14
第10题:
7
49
343
Compilation fails.
An exception is thrown at runtime.
第11题:
5,6
5,5
6,5
6,6
第12题:
apple pear
banana pear
apple apple
apple banana
banana banana
第13题:
collie
harrier
Compilation fails.
collie harrier
An exception is thrown at runtime.
第14题:
test
Exception
Compilation fails.
NullPointerException
第15题:
Compilation fails.
An exception is thrown at runtime.
The code executes normally and prints "sleep".
The code executes normally, but nothing is printed.
第16题:
b 3
b 8
b 13
f 3
第17题:
23
234
235
Compilation fails.
第18题:
A
B
C
D
E
第19题:
Canada
null Canada
Canada null
Canada Canada
Compilation fails due to an error on line 26.
第20题:
The attribute foo is placed in the application
A ServletContextListener registered for that servlet is notified
A ServletAttributeListener registered for that servlet is notified
An HttpSessionAttributeListener registered for that servlet is notified
第21题:
test end
Compilation fails.
test runtime end
test exception end
A Throwable is thrown by main at runtime.
第22题:
2.1.0
2.1.1
3.2.1
3.2.2
第23题:
Hello
Hello World
Compilation fails.
Hello World 5
The code runs with no output.
An exception is thrown at runtime.