Search This Blog
Sun Certified Web Component Developer (SCWCD) Exam (310-080 )
Sun Certified Web Component Developer (SCWCD) certification tests the knowledge of Java 2 Enterprise Edition web components i.e. Servlet and JSP, used to develop J2EE applications.This certification validates a web developer’s understanding and familiarity with the J2EE web components like Servlet's, JSP, Custom tags, Java beans, that run on the sever.
Certification consists of one exam and requires Sun Certified Programmer for Java 2 Platform (any edition) status. SCWCD is the most popular certification for J2EE domain.
SCWCD Exam Details
Exam number:310-080
Prerequisites: SCJP
Number of questions: 59
Type of questions: Multiple choice/short answer
Score needed to pass: 61%
Duration: 90 minutes
Price: $150
Types of Questions
Multiple Choice (Single Response)
Multiple Choice (Multiple Response, The number of correct answers is given)
Drag N Drop
JavaDeveloper contains each and every resources that a web developer needs to become Sun Certified Web Component Developer. Here we go...
Click here for
- SCWCD Drag and Drop Dumps
- SCWCD Dumps-1
- SCWCD Dumps-2
- SCWCD Practice test engine-1
- SCWCD Practice test engine-2
- SCWCD Practice test engine-3
Labels:
SCWCD
|
comments (2)
What is JSTL?
The latest version of JSTL is JSTL 1.1, which requires a JSP container that supports the Java Servlet 2.4 and JavaServer Pages 2.0 specifications. Jakarta Tomcat 5 supports these specifications.
The previous version is JSTL 1.0, which requires a JSP container that supports the Java Servlet 2.3 and JavaServer Pages 1.2 specifications. Jakarta Tomcat 4 supports these specifications.
Since I have Tomcat 4.1.18 installed on my machine, I will talk about JSTL 1.0 only in this section.
The goal of JSTL, as described in the specification, is to help simplify JavaServer Pages page authors' lives. To achieve this goal, JSTL has provided custom tags for many common JSP page authoring tasks that require scripting statements to manipulate server side dynamic data.
JSTL offers tags through 4 libraries:
- core - Basic scripting functions
- xml - XML processing
- fmt - Internationalization of formatting
- sql - Data base accessing
Click here for JSTL Specification