READ Free Dumps For Oracle- 1z0-899
Question ID 4713 | Given the java code snippet in contextInitialized method of a ServletContextListner: |
Option A | A. “/abc” is mapped to “myservlet”. The servletSecurityElementy applies to both “/abc” and “/def”. |
Option B | B. Both “/abc” and “/def” are mapped to “myservlet”. The servletSecurityElementy applies to “/abc”. |
Option C | C. Both “/abc” and “/def” are mapped to “myservlet”. The servletSecurityElementy applies to “/def”. |
Option D | D. Both “/abc” and “/def” are mapped to “myservlet”. The servletSecurityElementy applies to both “/abc” and “/def”. |
Option E | E. Both “/abc” and “/def” are mapped to “myservlet”. The servletSecurityElementy applies to “/abc”, but the behavior for “/def” is not specified. |
Correct Answer | E |
Question ID 4714 | Given: |
Option A | A. A user whose role is Admin can perform a PUT. |
Option B | B. A user whose role is Admin can perform a GET. |
Option C | C. A user whose role is Admin can perform a POST. |
Option D | D. A user whose role is Member can perform a PUT. |
Option E | E. A user whose role is Member can perform a POST. |
Option F | F. A user whose role is Member can perform a GET. |
Correct Answer | A,B,C,E |