公告版位


關於本站 程式開發學習之路 ,這裡有Java程式開發相關技術等學習交流。

主要提高開發程式效率同時分享一些開發程式經驗、深入探討開發程式體驗等技術和教學。
相關技術等學習交流。


語言(Languages)及框架(Framework): JavaJSP/Tag/JSTL/ServletGrailsjQueryJavaScriptSpringSpringMVCSpringSecurityHibernateStrutsPHPC/C++GoogleAppEngineHTML5/CSS3Android、 Xml、 Ajax、 Json、 Ant、 UML、 ShellScripts、 AngularJS等



工具(Software)/環境(Environment): Windows7EclipseLinux、 Subversion、 mavenTomcatWeblogicJbossApache

資料庫(Database): MySQLOracle SQLPostgerSQLSQL Server


本站來自:Java程式教學甘仔店

喜歡本站可以加入粉絲~

Java鬥陣仔甘仔店粉絲頁

Google+


本站內容僅供分享學習交流之用,將不對任何資源負法律責任。如有侵犯您的版權,請來信或留言給我們,我們將盡快為您處理。


目前分類:JAVA-OCWCD (7)

瀏覽方式: 標題列表 簡短摘要



Jsp 生命週期


Jsp 生命發生順序

一、JSP Page is Translation
二、JSP Page is Compliation
三、JSP Page implementation class is loaded

文章標籤

PG Levin Li 發表在 痞客邦 留言(0) 人氣()



Which implicit object is used in a JSP page to retrieve values associated with
<context-param> entries in the deployment descriptor?
A. config
B. request
C. session
D. application
Answer: D

文章標籤

PG Levin Li 發表在 痞客邦 留言(0) 人氣()




You have built a collection of custom tags for your web application.
The TLD file is located in the file: /WEB-INF/myTags.xml.
You refer to these tags in your JSPs using the symbolic name: myTags.
Which deployment descriptor element must you use to make this link between the
symbolic name and the TLD file name?

A. <taglib>

文章標籤

PG Levin Li 發表在 痞客邦 留言(0) 人氣()

 

  • [JAVA_OCWCD]OCWCD考古題解說 Exam interpretation- Q1
  • [JAVA_OCWCD]OCWCD考古題解說 Exam interpretation- Q2
  • [JAVA_OCWCD]OCWCD考古題解說 Exam interpretation- Q3
  • [JAVA_OCWCD]OCWCD考古題解說 Exam interpretation- Q4
  • [JAVA_OCWCD]OCWCD考古題解說 Exam interpretation- Q5
  • [JAVA_OCWCD]OCWCD考古題解說 Exam interpretation- Q6
  • [JAVA_OCWCD]OCWCD考古題解說 Exam interpretation- Q7
  • [JAVA_OCWCD]OCWCD考古題解說 Exam interpretation- Q8
  • [JAVA_OCWCD]OCWCD考古題解說 Exam interpretation- Q9
  • [JAVA_OCWCD]OCWCD考古題解說 Exam interpretation- Q10
  • [JAVA_OCWCD]OCWCD考古題解說 Exam interpretation- Q11
  • [JAVA_OCWCD]OCWCD考古題解說 Exam interpretation- Q12
  • [JAVA_OCWCD]OCWCD考古題解說 Exam interpretation- Q13
  • [JAVA_OCWCD]OCWCD考古題解說 Exam interpretation- Q14
  • [JAVA_OCWCD]OCWCD考古題解說 Exam interpretation- Q15
  • [JAVA_OCWCD]OCWCD考古題解說 Exam interpretation- Q16
  • [JAVA_OCWCD]OCWCD考古題解說 Exam interpretation- Q18
  • [JAVA_OCWCD]OCWCD考古題解說 Exam interpretation- Q19
  • [JAVA_OCWCD]OCWCD考古題解說 Exam interpretation- Q20
  • [JAVA_OCWCD]OCWCD考古題解說 Exam interpretation- Q21
  • [JAVA_OCWCD]OCWCD考古題解說 Exam interpretation- Q22
  • [JAVA_OCWCD]OCWCD考古題解說 Exam interpretation- Q23
  • [JAVA_OCWCD]OCWCD考古題解說 Exam interpretation- Q24
  • [JAVA_OCWCD]OCWCD考古題解說 Exam interpretation- Q25
  • [JAVA_OCWCD]OCWCD考古題解說 Exam interpretation- Q26
  • [JAVA_OCWCD]OCWCD考古題解說 Exam interpretation- Q27
  • [JAVA_OCWCD]OCWCD考古題解說 Exam interpretation- Q28
  • 待續…
相關資訊:
 
 
 

文章標籤

PG Levin Li 發表在 痞客邦 留言(0) 人氣()

 Exam interpretation- Q2

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>
文章標籤

PG Levin Li 發表在 痞客邦 留言(0) 人氣()




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>
文章標籤

PG Levin Li 發表在 痞客邦 留言(0) 人氣()

參考網站:

JavaRanch's SCWCD Mock Exam

小英的故事-310-083 SCWCD passed


 


文章標籤

PG Levin Li 發表在 痞客邦 留言(0) 人氣()