阿摩線上測驗 登入

試題詳解

試卷:無年度 - Java EE 6 Web Component Developer Certified Expert Exam:1z0-899 (101-132)#84682 | 科目:OCE

試卷資訊

試卷名稱:無年度 - Java EE 6 Web Component Developer Certified Expert Exam:1z0-899 (101-132)#84682

科目:OCE

複選題
115 Your web application uses a simple architecture in which servlets handle requests and then forward to a JSP using a request dispatcher. You need to pass information calculated in the servlet to the JSP for view generation. This information must NOT be accessible to any other servlet, JSP or session in the webapp.
Which two techniques can you use to accomplish this goal? (Choose two)
(A) Add attributes to the session object.
(B) Add attributes on the request object.
(C) Add parameters on the request object.
(D) Use the pageContext object to add request attributes.
(E) Add parameters to the JSP's URL when generating the request dispatcher.
正確答案:登入後查看