2
24
234
246
2346
第1题:
Given the HttpServlet code: getServletContext().setAttribute(“foo”, “value”); What is the result?()
第2题:
r, t, t,
r, e, o,
Compilation fails.
An exception is thrown at runtime.
第3题:
A.00
B.0001
C.000120
D.00012021
E.Compilation fails.
F.An exception is thrown at runtime.
第4题:
2
24
234
246
2346
Compilation fails.
第5题:
2
3
12
23
123
Compilation fails.
An exception is thrown at runtime.
第6题:
collie
harrier
Compilation fails.
collie harrier
An exception is thrown at runtime.
第7题:
test
Exception
Compilation fails.
NullPointerException
第8题:
Given the element from the web application deployment descriptor:
第9题:
Compilation fails.
An exception is thrown at runtime.
The code executes normally and prints "sleep".
The code executes normally, but nothing is printed.
第10题:
B
B, followed by an Exception.
Compilation fails due to an error on line 9.
Compilation fails due to an error on line 14.
An Exception is thrown with no other output.