多项选择题
Which the following two statements are true?()
A. An inner class may be declared as static.
B. An anonymous inner class can be declared as public.
C. An anonymous inner class can be declared as private.
D. An anonymous inner class can extend an abstract class.
E. An anonymous inner class can be declared as protected.
相关考题
-
多项选择题
UnderwhattwocircumstancesisthesetJspBodymethodNOTcalledinatagclassthatimplementstheSimpleTaginterface?()
A. The tag is invoked without a body.
B. The doTAb method throws an exception.
C. Theelement has the value empty.
D. The tag is called with the attribute skip-body=true -
单项选择题
WhichHTTPmethodrepresentsarequestforinformationaboutthesupportedmethodsonanHTTPserver?()
A. GET
B. INFO
C. HEAD
D. TRACE
E. OPTIONS -
单项选择题
Which statement inserted at line II, retrieves the text from the second text field?()
A. second = request.getParameter (“foo”):
B. second = request.getParameter (“foo”, 1):
C. second = request.getParameter (“foo”,2):
D. second = request.getParameter (foo”) [1]:
E. second = request.getParameter Values (“foo”) [1]:
