This week's book giveaway is in the
General Computing
forum.
We're giving away four copies of
Arduino in Action
and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See
this thread
for details.
A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
Arduino in Action
this week in the
General Computing
forum!
A special promo:
Enter your blog post or vote on a blogger to be featured in an upcoming Journal
JavaRanch
»
Java Forums
»
Certification
»
Web Component Certification (SCWCD/OCPJWCD)
Author
Question: HttpServletRequestWrapper Class
karmot ditt
Greenhorn
Joined: May 25, 2005
Posts: 3
posted
Jun 13, 2005 10:35:00
0
Hi all, which three are true about the
HttpServletRequestWrapper
class?
A. The
HttpServletRequestWrapper
is an example of the Decorator
pattern
.
B. The
HttpServletRequestWrapper
can be used to extend the functionally of a
servlet
request.
C. A subclass of
HttpServletRequestWrapper
CANNOT modify the behavior of the getReader method.
D. An
HttpServletRequestWrapper
may be used only by a class implementing the
javax.servlet.Filter
interface.
E. An
HttpServletRequestWrapper
CANNOT be used on the request passed to the
RequestDispatcher.include method.
F. An
HttpServletRequestWrapper
may modify the header of a request within an object implementing the
javax.servlet.Filter
interface.
Is it ABF?
KD.
I agree. Here's the link:
http://zeroturnaround.com/jrebel
- it saves me about five hours per week
subject: Question: HttpServletRequestWrapper Class
Similar Threads
mock exam question on filters
double about change request header in HttpServletRequestWrapper
Which three are true about the HttpServletRequestWrapper class?
Mock Tests doubts
Question Regarding Filters...
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter