Oracle Java EE 6 Web Component Developer Certified Expert - 1Z1-899무료 덤프문제 풀어보기
Refer to the Exhibit.

Assuming the tag library in the exhibit is imported with the prefix forum, which custom tag invocation procedures a transaction error in a jsp page?

Assuming the tag library in the exhibit is imported with the prefix forum, which custom tag invocation procedures a transaction error in a jsp page?
정답: D
Refer to the Exhibit.

A servlet sets a session-scoped attribute product with an instance of com.example.product an forward to a JSP.
Which two output the name of the product in the response? (Choose two)

A servlet sets a session-scoped attribute product with an instance of com.example.product an forward to a JSP.
Which two output the name of the product in the response? (Choose two)
정답: C,D
Which EL expression returns true if no session has been established with current client?
정답: C
설명: (Fast2test 회원만 볼 수 있음)
A web application uses a cookies to track a client as it navigates through the pages that constitutes the application. Which code snippet can be used by the web application to reduce the chance of a cross-site scripting attack by setting some property of the cookie before returning it to the client?
정답: B
설명: (Fast2test 회원만 볼 수 있음)
Given the web application deployment descriptor elements:

Which element, inserted at line 27, causes the ParamAdder filter to be applied when MyServlet is invoked by another servlet using the RequestDispatcher.include method?

Which element, inserted at line 27, causes the ParamAdder filter to be applied when MyServlet is invoked by another servlet using the RequestDispatcher.include method?
정답: A
Which is a valid value for the enum EmptyRoleSemantic in Javax.servlet.annotation.ServletSecurity?
정답: B
Given an HttpServletRequest request:
22. String id = request.getParameter("jsessionid");
23. // insert code here
24. String name = (String) session.getAttribute("name")
Which three can be placed at line 23 to retrieve an existing HttpSession object? (Choose three)
22. String id = request.getParameter("jsessionid");
23. // insert code here
24. String name = (String) session.getAttribute("name")
Which three can be placed at line 23 to retrieve an existing HttpSession object? (Choose three)
정답: B,D,E