阿摩線上測驗 登入

試題詳解

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

試卷資訊

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

科目:OCE

93 You are working on a JSP that is intended to inform users about critical errors in the system. The JSP code is attempting to access the exception that represents the cause of the problem, but your IDE is telling you that the variable does not exist. What should you do to address this problem?
(A) Add a page directive stating that this page is an error handler
(B) Add scriptlet code to create a variable that refers to the exception
(C) Add a <jsp:useBean tag to declare the and access the exception
(D) Perform the error handling in a servlet rather than in the JSP
(E) Edit the page that caused the error to ensure that it specifies this page as its error handler
正確答案:登入後查看