🎴 Flashcard Mode

C and Java Programming Fundamentals Quiz

Card1 / 20
Mastered0
Review0
QuestionClick to flip

Which three are true about the HttpServletRequestWrapper class?

AnswerClick to flip back
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
An HttpServletRequestWrapper may modify the header of a request within an object implementing the
Change Mode