Valid 1Z0-899 Dumps shared by ExamDiscuss.com for Helping Passing 1Z0-899 Exam! ExamDiscuss.com now offer the newest 1Z0-899 exam dumps, the ExamDiscuss.com 1Z0-899 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 1Z0-899 dumps with Test Engine here:
Which of the following are attributes of the annotation javax.servlet.annotation.WebFiler? (i) Name (ii) servletNames (iii) urlPatterns (iv) dispatcherTypes (v) supportAsync
Correct Answer: B
Explanation/Reference: * (iii) urlPatterns The URL patterns to which the filter applies * (iv) dispatcherTypes The dispatcher types to which the filter applies * (not V): asyncSupported Declares whether the filter supports asynchronous operation mode. Note: * javax.servlet.annotation Annotation Type WebFilter Annotation used to declare a servlet filter. This annotation is processed by the container at deployment time, and the corresponding filter applied to the specified URL patterns, servlets, and dispatcher types.