多项选择题
For a given Servlet Response response, which two retrieve an object for writing text data? ()
A. response.get Writer ()
B. response.get Output Stream ()
C. response.get Output Writer ()
D. response.get Writer ().get Output Stream()
E. response.get Writer (Writer.OUTPUT_TEXT)
点击查看答案
相关考题
-
单项选择题
The attribute “name” has a value of “Foo,” What is the result if this tag handler’s tag is invoked?()
A. Foo
B. done
C. Foodone
D. An exception is thrown at runtime.
E. Compilation fails because of an error in this code. -
问答题
What is the value of the variable output at line 24? -
单项选择题
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
D. just after line 8 (that is . as the method returns)
