1Z0-858 무료 덤프문제 온라인 액세스

시험코드:1Z0-858
시험이름:Java Enterprise Edition 5 Web Component Developer Certified Professional Exam
인증사:Oracle
무료 덤프 문항수:276
업로드 날짜:2025-09-03
평점
100%

문제 1

In a JSP-centric web application, you need to create a catalog browsing JSP page. The catalog is stored as a List object in the catalog attribute of the webapp's ServletContext object. Which scriptlet code snippet gives you access to the catalog object?

문제 2

Given this fragment from a Java EE deployment descriptor:
341.
<error-page>
342.
<exception-type>java.lang.Throwable</exception-type>
343.
<location>/mainError.jsp</location>
344.
</error-page>
345.
<error-page>
346.
<exception-type>java.lang.ClassCastException</exception-type>
347.
<location>/castError.jsp</location>
348.
</error-page>
If the web application associated with the fragment above throws a ClassCastException.
Which statement is true?

문제 3

Which two are required elements for the <web-resource-collection> element of a web application deployment descriptor? (Choose two.)

문제 4

You want to create a filter for your web application and your filter will implement javax.servlet.Filter.
Which two statements are true? (Choose two.)

문제 5

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:
10.<head>
11.<script src='/scripts/screenFunctions.jsp'
12.language='javascript'
13.type='application/javascript'> </script>
14.</head>
15.<!-- body of the web form -->
Which JSP code snippet declares that this JSP Document is a JavaScript file?

댓글 추가

귀하의 메일주소는 공개되지 않습니다. 필수 입력 사항은 표시되어 있습니다. *

insert code
그림의 인증번호를 입력하세요.