Oracle
1Z0-900 · Question #48
1Z0-900 Question #48: Real Exam Question with Answer & Explanation
Sign in or unlock 1Z0-900 to reveal the answer and full explanation for question #48. The question stem and answer options stay visible for context.
Create Java Web Applications using Servlets
Question
You created two filters for your web application by using the @WebFilter annotation, one for authorization and the other for narrowing results by the provided search criteri
Options
- Asetting the priority attribute of the @WebFilter annotation for each of the filters
- Bplacing the filter mapping elements in the required order in the web.xml deployment descriptor
- Cplacing @WebFilterMapping annotations in the required order
- Dspecifying the filter precedence order by using the @Priority annotation
Unlock 1Z0-900 to see the answer
You've previewed enough free 1Z0-900 questions. Unlock 1Z0-900 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#@WebFilter annotation#Filter priority#Servlet filters#Filter execution order