SUN 310-083 考試概覽:
| 認證廠商: | 昇陽電腦 |
| 考試名稱: | Sun Certified Web Component Developer for J2EE 5 |
| 考試代碼: | 310-083 |
| 相關認證: | Sun Certified Web Component Developer for J2EE 5 |
| 支援語言: | English |
| 範例考題: | SUN 310-083 範例考題 |
| 考試方式: | Pearson VUE 授權考場(實地應試;為原 Sun 認證之歷史辦理方式)。 |
| 必備條件: | 考生須具備 Sun Certified Programmer 資格(任何版本皆可)。 |
| 官方大綱網址: | https://docs.oracle.com/cd/E19316-01/819-3669/bncnr/index.html |
SUN 310-083 考試大綱主題:
| 章節 | 目標 |
|---|---|
| 主題 1: JavaServer Pages (JSP) 技術模型 | - JavaServer Pages Technology |
| 主題 2: 使用標籤函式庫建置 JSP 頁面 | - JavaServer Pages Standard Tag Library |
| 主題 3: Web 應用程式的結構與部署 | - Web 應用程式入門 |
| 主題 4: 建置自訂標籤函式庫 | - JSP 頁面中的自訂標籤 |
| 主題 5: Web 應用程式安全性 | - Web 應用程式的安全防護 |
| 主題 6: 工作階段管理 | - Web 應用程式入門 - Java Servlet Technology - JavaServer Pages Technology |
| 主題 7: Servlet 技術模型 | - Java Servlet Technology |
| 主題 8: Web 容器模型 | - Web 應用程式入門 - Java Servlet Technology |
| 主題 9: 使用標準動作建置 JSP 頁面 | - JavaServer Pages Technology |
最新的 SCWCD 310-083 免費考試真題:
1. You are building a web application with a scheduling component. On the JSP, you need to show the current date, the date of the previous week, and the date of the next week. To help you present this information, you have created the following EL functions in the 'd' namespace:
name: curDate; signature: java.util.Date currentDate()
name: addWeek; signature: java.util.Date addWeek(java.util.Date, int)
name: dateString; signature: java.util.String getDateString(java.util.Date)
Which EL code snippet will generate the string for the previous week?
A) ${d:dateString(d:addWeek(d:curDate(), -1))}
B) ${d:dateString[d:addWeek[d:curDate[], -1]]}
C) ${d:dateString[addWeek[curDate[], -1]]}
D) ${d:dateString(addWeek(curDate(), -1))}
2. Within the web application deployment descriptor, which defines a valid JNDI environment entry?
A) <env-entry>
< env-entry-name>param/MyExampleString</env-entry-name>
< env-entry-value>This is an Example</env-entry-value>
< /env-entry>
B) <env-entry>
< env-entry-type>java.lang.Boolean</env-entry-type>
< env-entry-value>true</env-entry-value>
< /env-entry>
C) <env-entry>
< env-entry-name>param/MyExampleString</env-entry-name>
< env-entry-type>java.lang.String</env-entry-type>
< env-entry-value>This is an Example</env-entry-value>
< /env-entry>
D) <env-entry>
< env-entry-name>param/MyExampleString</env-entry-name>
< env-entry-type>int</env-entry-type>
< env-entry-value>10</env-entry-value>
< /env-entry>
3. Which path is required to be present within a WAR file?
A) /classes
B) /META-INF/index.xml
C) /WEB-INF/classes
D) /WEB-INF/web.xml
E) /MANIFEST-INF
F) /index.html
G) /WEB-INF/index.html
4. You need to create a JavaBean object that is used only within the current JSP page. It must NOT be accessible to any other page including those that this page might import.
Which JSP standard action can accomplish this goal?
A) <jsp:makeBean id='pageBean' class='com.example.MyBean' />
B) <jsp:makeBean name='pageBean' class='com.example.MyBean' />
C) <jsp:useBean id='pageBean' class='com.example.MyBean' />
D) <jsp:useBean id='pageBean' type='com.example.MyBean' />
E) <jsp:makeBean id='pageBean' type='com.example.MyBean' />
F) <jsp:useBean name='pageBean' class='com.example.MyBean' />
5. You need to create a JSP that generates some JavaScript code to populate an array of strings used on the client-side. Which JSP code snippet will create this array?
A) MY_ARRAY = new Array();
< % for ( int i = 0; i < serverArray.length; i++ ) {
MY_ARRAY[${i}] = '${serverArray[i]}';
} %>
B) MY_ARRAY = new Array();
< % for ( int i = 0; i < serverArray.length; i++ ) { %>
MY_ARRAY[${i}] = '${serverArray[i]}';
< % } %>
C) MY_ARRAY = new Array();
< % for ( int i = 0; i < serverArray.length; i++ ) { %>
MY_ARRAY[<%= i %>] = '<%= serverArray[i] %>';
< % } %>
D) MY_ARRAY = new Array();
< % for ( int i = 0; i < serverArray.length; i++ ) {
MY_ARRAY[<%= i %>] = '<%= serverArray[i] %>';
} %>
問題與答案:
| 問題 #1 答案: A | 問題 #2 答案: C | 問題 #3 答案: D | 問題 #4 答案: C | 問題 #5 答案: C |

下載最新試用版
843位客戶反饋
我們對我們的產品非常有信心,所以我們不提供会给客户带去麻煩的產品。








202.101.167.* -
感謝VCESoft網站提供的考試題庫,讓我在310-083考試中以高分通過了考試。