多项选择题
Which two are true? ()
A. The foo initialization parameter CANNOT be set programmatically.
B. Compilation fails because getlnitParameter returns type Object.
C. The foo initialization parameter is NOT a servlet initialization parameter.
D. Compilation fails because ServletContext does NOT have a getlnitParameter method.
E. The foo parameter must de defined within the
F. The foo initialization parameter can also be retrievedusing getSErvletConfig(). GetlnitParameter (“foo”).
相关考题
-
多项选择题
GivenaheaderinanHTTPrequest:X-Retries:4WhichtworetrievethevalueoftheheaderfromagivenServletRequestrequest?()
A. request.getHeader (“X-Retries”)
B. request.getIntHeader (“X-Retries”)
C. request.getRequestHeader (“x-Retries”)
D. request.getHeaders (“X-Retries”).get (0)
E. re request.getRequest Headers (“X-Retries”). Get (0) -
单项选择题
After execution. What are the values for I and j?()
A. i = 6 and j = 5
B. i = 5 and j = 5
C. i = 6 and j = 4
D. i = 5 and j = 6
E. i = 6 and j = 6 -
单项选择题
When is the Float object. Created in line 3. eligible for garbage collection?()
A. just after line 5
B. just after line 6
C. just after line 7 (That is. As the method returns)
D. Never in this method
