阿摩線上測驗 登入

試題詳解

試卷:無年度 - 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

95 To take advantage of the capabilities of modern browsers that use web standards, such as XHTML and CSS, your web application is being converted from simple JSP pages to JSP Document format. However, one of your JSPs, /scripts/screenFunctions.jsp, generates a JavaScript file. This file is included in several web forms to create screen-specific validation functions and are included in these pages with the following statement:5e7711dd3c816.jpg

Which JSP code snippet declares that this JSP Document is a JavaScript file?
(A) <%@ page contentType='application/javascript' %>
(B) <jsp:page contentType='application/javascript' />
(C) <jsp:document contentType='application/javascript' />
(D) <jsp:directive.page contentType='application/javascript' />
(E) No declaration is needed because the web form XHTML page already declares the MIME type of the /scripts/screenFunctions.jsp file in the <script> tag.

正確答案:登入後查看