Sun Certified Java Developer (SCJD) Certification
By: Emiley J.
Sun Certified Java Developer (SCJD) is a performance-based certification and it is for developers interested in demonstrating advanced proficiency in the Java programming language using the Java SE.
To achieve this certification, candidates must successfully complete two elements: a programming assignment and an essay exam. Prior to attempting certification, candidates must be certified as a Sun Certified Programmer (SCJP), any edition. It is not necessary to be a Sun Certified Java Associate prior to taking this exam.
You can follow the links to learn more about each of the exam in the SCJD category.:
Nature of the assignment
The assignment requires that you write working code for a small but plausible business system. To keep the amount of work involved to a reasonable level, the programs you create will be much more restricted in capability, and much cruder in overall presentation, than anything you would actually create for a paying customer. However, the essence of the problem will be the same. You will be graded on correctly solving the technical requirements, not on the "polish" of the finished product. Note however, that some aspects of ease of use, for example how easily the program may be started or configured, will be part of the scoring criteria. Pay careful attention to any such requirements and be sure to adhere to them.
The problem is likely to be something along the lines of a simple booking system, allowing users to view available resources, then book them. The system will not require complex business rules, but will require access to persistent storage, typically in a flat-file format, for reading and modification. You will be expected to make effective use of many of the core Java APIs, but you will not be expected to use more advanced APIs. Below you will find a list of APIs that you will be expected to use, as well as a list of APIs that you may not use. Any APIs that do not appear in either list may be used at your discretion. In fact, using more advanced APIs is likely to be specifically prohibited, as these APIs are often the subject of other certifications. You should use a consistent set of programming style conventions for your entire project. Preferably, these should be the style conventions described at http://java.sun.com/docs/codeconv.
2. Sun Certified Developer for the Java Platform, Standard Edition: Essay (Step 2 of 2) (CX-310-027)
The Sun Certified Developer for the Java Platform, Standard Edition: Essay (Step 2 of 2) certification exam is for programmers who are already familiar with the basic structure and syntax of the
Java programming language, and who have a need to further apply this knowledge to developing complex, production-level applications. Certification is available for the Java 2 platform
For prospective candidates who did not pass their Sun Certified Developer for the Java Platform, Standard Edition assignment (CX-310-252A) and who want to resubmit an assignment using the CertManager database. To purchase, please have your Prometric Student ID available.
Archived Comments
1. Brettkip
View Tutorial By: Brettkip at 2017-07-29 07:53:05
2. Brettkip
View Tutorial By: Brettkip at 2017-06-12 00:00:26
3. plse can u send me study material or sample question for java developer....i wud b very thnkfull
View Tutorial By: sneha at 2015-03-12 09:40:49
4. i want to need SCJD Dums. so please help me that what is the procedure to download and what is websi
View Tutorial By: Dayamay singh at 2009-01-03 00:07:06
Comment on this tutorial
- Data Science
- Android
- AJAX
- ASP.net
- C
- C++
- C#
- Cocoa
- Cloud Computing
- HTML5
- Java
- Javascript
- JSF
- JSP
- J2ME
- Java Beans
- EJB
- JDBC
- Linux
- Mac OS X
- iPhone
- MySQL
- Office 365
- Perl
- PHP
- Python
- Ruby
- VB.net
- Hibernate
- Struts
- SAP
- Trends
- Tech Reviews
- WebServices
- XML
- Certification
- Interview
categories
Related Tutorials
Question: Which of the following statements are true about File? (Choose none, some , or all)
Sun Certified Enterprise Architect (SCEA) certification
Sun Certified Mobile Application Developer (SCMAD) Certification
Sun Certified Developer for Java Web Services (SCDJWS) Certification
Sun Certified Business Component Developer (SCBCD) Certification
Sun Certified Web Component Developer (SCWCD) Certification
Sun Certified Java Developer (SCJD) Certification
Sun Certified Java Programmer (SCJP) Certification
Question: Find the right solution based on the provide code.
Question: What does the following code fragment print out at line 10?
Question: How many bytes does the following code write to file destfile?
Question: The File class contains a method that changes the current working directory.
Question: Readers have methods that can read and return floats and doubles. True or False?
Question: Which of the following statements are true about UTF and Unicode?