Sun Java Platform, Enterprise Edition 5 Web 組件認證開發工程師 (310-083)

October 20, 2009 by admin
Filed under: SUN 

Sun認證Java平臺的Web組件開發,Sun認證程序員使用Java技術Servlet和JavaServer Pages(JSP)的應用程序接口(API)來開發Web應用程序都將用企業版5認證考試(任何版本)。在妳參加Sun認證的Web組件開發程序之前,您必須是Sun認證的程序員Java平臺(任何版本)。
The Sun Certified Web Component Developer for the Java Platform, Enterprise Edition 5 certification exam is for Sun Certified Programmers (any edition) who are using the Java technology servlet and JavaServer Pages (JSP) application program interface (APIs) to develop web applications. Prior to beginning the Sun Certified Web Component Developer program, you must be a Sun Certified Programmer for the Java platform (any edition).

Delivered at: Authorized Worldwide Prometric Testing Centers
Prerequisites: Sun Certified Programmer for the Java Platform (any edition)
Exam type: Multiple Choice and Drag and Drop
Number of questions: 69
Pass score: 70% (49 of 69 questions)
Time limit: 180 minutes

KillTest認證題庫網專業提供SCWCD 310-083最新考古題下載,完全覆蓋310-083考試原題,題庫在手,認證無憂。DEMO考古题:

1. 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?
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.
Answer: D
2. Given the JSP code: 
10. <html> 
11. <body> 
12. <jsp:useBean id=’customer’ class=’com.example.Customer’ /> 
13. Hello, ${customer.title} ${customer.lastName}, welcome 
14. to Squeaky Beans, Inc. 
15. </body> 
16. </html> 
Which three types of JSP code are used? (Choose three.)
A. Java code
B. template text
C. scripting code
D. standard action
E. expression language
Answer: BDE

Comments

Tell me what you're thinking...
and oh, if you want a pic to show with your comment, go get a gravatar!

You must be logged in to post a comment.