Oracle
1Z0-899 · Question #101
Which is true about the web container request processing model?
The correct answer is C. Filters associated with a named servlet are applied in the order they appear in the web application. See the full explanation below for the reasoning.
Question
Which is true about the web container request processing model?
Options
- AThe init method on a filter is called the first time a servlet mapped to that filter is invoked.
- BA filter defined for a servlet must always forward control to the next resource in the filter chain.
- CFilters associated with a named servlet are applied in the order they appear in the web application
- DIf the init method on a filter throws an UnavailableException, then the container will make no further
How the community answered
(21 responses)- A5% (1)
- B5% (1)
- C76% (16)
- D14% (3)
Community Discussion
No community discussion yet for this question.