Online Access Free 1Z0-899 Practice Test
Exam Code: | 1Z0-899 |
Exam Name: | Java EE 6 Web Component Developer Certified Expert Exam |
Certification Provider: | Oracle |
Free Question Number: | 132 |
Posted: | Aug 31, 2025 |
Which of the following are attributes of the annotation javax.servlet.annotation.WebFilter?
(i) Name
(ii) servletNames
(iii) urlPatterns
(iv) dispatcherTypes
(v) supportAsync
Which two security mechanisms can be directed through a sub-element of the <user-data-constraint> element in a web application deployment descriptor? (Choose two.)
When using Servlet asynchronous API if you want to dispatch the request back to a particular url -"/url" within the same Servlet Context which of the following API would you use?
A developer chooses to avoid using singieThreadModel but wants to ensure that data If; updated in a thread safe manner.
Which two can support this design goal? (Choose two)