Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within OCPJWCD
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Ron McLeod
Paul Clapham
Tim Cooke
Devaka Cooray
Sheriffs:
Liutauras Vilda
paul wheaton
Rob Spoor
Saloon Keepers:
Tim Moores
Stephan van Hulst
Tim Holloway
Piet Souris
Mikalai Zaikin
Bartenders:
Carey Brown
Roland Mueller
Forum:
Web Component Certification (OCEJWCD)
Which three are true about the HttpServletRequestWrapper class?
shawn peter
Ranch Hand
Posts: 1325
1
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
this is a question that i get from our tution class.Can anyone tell me the answers for this?
Which three are true about the HttpServletRequestWrapper class? (Choose three.) A. The HttpServletRequestWrapper is an example of the Decorator pattern. B. The HttpServletRequestWrapper can be used to extend the functionality 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
Christophe Verré
Sheriff
Posts: 14691
16
I like...
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
The ranch is not a place to get straight answers for your homework. Please
do your own homework
.
[My Blog]
All roads lead to JavaRanch
Vaib Gupta
Greenhorn
Posts: 15
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
I hope I'm not disturbing the norm here but I wish to reply to Aruna's post. I can only think of 1 and 2 as the correct answers. Please PM me for 3rd answer.
I'm not sure if I approve of this interruption. But this tiny ad checks out:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
double about change request header in HttpServletRequestWrapper
mock exam question on filters
Mock Tests doubts
Question Regarding Filters...
Question: HttpServletRequestWrapper Class
More...