Archive for the ‘SUN’ Category
The Sun Certified Developer for Java 2 Platform (SCJP 5.0, exam number CX-310-055), the latest certification exam from Sun Microsystems, Inc. is for developers experienced in Java programming language. This certification validates a developera??s understanding and familiarity with the basic syntax and structure of the Java programming language. It also proves a developera??s ability to create Java technology applications that run on server and desktop systems using Java 2 Platform Standard Edition (J2SE) 5.0 (a??Tigera??).
The J2SE 5.0 release focuses on certain key themes like ease of development, scalability and performance, monitoring and manageability, and Desktop client.
The SCJP 5.0 certification consists of one exam and serves as a prerequisite for several other Java technology-related certifications like SCWCD, SCBCD, SCDJWS, and SCMAD.
Certay Sun SCJP exams list: 310-055 310-025 310-035 310-056 310-036
From
http://exam-test-blog.org/scjp-50-certification-introduction/
To test the candidate on knowledge of declarations, access control, object orientation, assignments, operators, flow control, assertions, Sun made a new version for SCJP exam recently.
The new version, SCJP 1.5 exam, made the exam more difficult than the previous versions, it added more objectives and new questions to the actual questions and promote the passing score to 59%. However, the candidate need not to worry too much, no matter how the exam changed, it should be a designation that indicates excellent knowledge of the Java spec; as it always does. To compare the changes from the following guideline we list for you, and master all the knowledge, it will be easy for the candidate to pass the exam:
How is the SCJP 1.4 exam different from the SCJP 1.2?
How is the SCJP 1.5 exam different from the SCJP 1.4?
Exam objectives: Several important new language features have been added, including enums, generics, static imports, and autoboxing/unboxing. API features added to the exam include java.lang.StringBuilder, java.util.Locale, java.util.Formater, java.util.Scanner. java.util.regex.Pattern, and java.util.regex.Matcher. Java IO features have been added, including File, BufferedReader, BufferedWriter, FileReader, FileWriter and PrintWriter. Concepts such as loose coupling and high cohesion have been added, as well as greater emphasis on encapsulation as it relates to JavaBean conventions. Bit manipulation (e.g., shifting) has been dropped.
Will there be an exam for version 1.6?
Sun has made no official announcements regarding an SCJP exam for version 1.6, so no one really knows. (Note that there was no SCJP exam for 1.3.)
Sun SCJP certification exams: 310-055 310-025 310-035 310-056 310-036
from
http://exam-test-blog.org/sun-scjp-15-exam-became-more-difficult/
Recently, Sun released the new version(SCJP 1.5 exam) for SCJP exam. Compare with the old version, the content has been changed a lot for SCJP 1.5 exam, this exam becomes more and more difficult, the candidate must take more energy on studying it now.
Generally, SCJP 1.5 exam added more exam objectives and real questions for the real test, and extend the testing time, also the passing score has increased from 52% to 59%.
Following is the detail guideline and the change for this new version:
List of Certay SUN SCJP Certification Exams Practice Engine
By the way, Sun has made no official announcements regarding an SCJP exam for version 1.6, so no one really knows when the newer version will be available.
from
http://exam-test-blog.org/scjp-exam-has-been-updated-to-version-15/
What is the best way to prepare for the SCJP exam?
Contributed by Mike Vana?|
In my dark and horrid past, I ran an organization that prepared newcomers for the Java Cert exam. As such, I have some insight you may find useful.
Go through one book at a time, dona??t skip around between books because it will confuse you. Specifically with regard to the certification objectives, areas like Threads may be taught differently in different books. As such, its best to have one teacher at-a-time instead of numerous. Learning it multiple ways AT THE SAME TIME, will lead to confusion.
If youa??re brand-spanking new to Java, dona??t go directly to a Java Cert book. These books were not created for beginners, they were created for people who understand the basics of Java programming. Instead, spend a month or so getting to know the language with a a??Learning Javaa?? type book. If you are new to programming altogether, you may want to precede the learning java type book with a basic computer programming book.
Code Code Code. There is a lesson to be learned in every code example of every book you read. Learn the lessons and learn to code at the same time. The difference between someone who has spent the time to code and someone who is merely memorizing answers is immediately apparent in thier test progress. Someone who codes regularly will quickly pick-up on the intricate questions being asked on the exam. Someone who is memorizing answers will get lost easily once the questions deviate from what theya??ve memorized. On the job, the memorized-no-coding person will be quickly fired, while also proving the test to be inneffective in the minds of the employer who f/hired them.
Study with friends. Therea??s an old axiom that goes: a??if you put 100 programmers in a room and give them 1 problem, youa??ll get 100 different answers, and most will work.a?? By studying with others youa??ll be able to see how others approach the questions and exercises youa??ll be studying. When I study for a certification, my initial approach to a problem is rarely the best one. But if Ia??m studying with others, I can see many approaches and find out which one is best for me.
Use Mnemonic Devices. The thing about memorable mnemonics is that they help put information into your long-term memory instead of your near-short term memory. This means you wona??t be a??brain-dumpinga?? your newly learned lessons after the test. My favorite mnemonics are acronyms. Its amazing how memorable a lasciviously written acronym is. Make a??em dirty to make a??em last.
Dona??t try to learn the entire language in a week/month, take your time. Therea??s the French cognitive psychologist name Piaget who postulated that adults learn sequentially and cumulatively. Basically what this means is that before you can learn how to write an inner class, you first need to learn how to write a regular class. You can try and skip right to the inner class if you want, but you wona??t learn the a??whysa?? of it. Its just as important for us human beings to learn the background of something as it is to learn the thing itself. Now, if youa??re a martian, venusian, or uranusian, that may not apply. if you are a venusian learning Java, I say welcome to our new Venusian Overlords!
Learn a??whya?? something works a given way, not just that it works one way. Other psychologists have postulated that there are three stages to learning. Therea??s recognizing something, rote memorization, and being able to create something new from your memorized material. This is usually applied to the learning of human languages, but it applied to Java Certification prep as well. Herea??s how they differ. Being able to recognize that something is written in Java is nice, but you have to know how to use the language also. Recognizing but not really being able to use is the first level. Not really useful. Being able to recite all parts of the Java Language is certainly better than just recognizing it. Unfortunately, being able to recite the number of bits in an Integer doesna??t mean youa??ll be able to use it in code. Finally, being able to create algorithms in the language, thata??s where you want to be before you take your Sun certification exam. Thata??s what employers are looking for. Thata??s why K&M ask you questions that make you think. And thata??s why the people that can use the language most effectively are the ones who dona??t get laid off.
Certay is the online Certification Experts which provide Test King and Pass4sure the real questions and accurate answers since 2001, and Certay SCJP is designed to take advantage of specific skills and enhance your ability on practice.
List of Certay SUN SCJP Certification Exams Practice Engine
310-055 Sun Certified Programmer for the Java 2 Platform, Standard Edition 5.0
310-025 SUN CERTIFIED PROGRAMMER FOR THE JAVA 2 PLATFORM 1.2
310-035 Sun Certified Programmer for Java 2 Platform 1.4
310-056 Sun Certified Programmer for the Java 2 Platform, Standard Edition 5.0 Upgrade Exam
310-036 Sun Certified Programmer for Java 2 Platform Upgrade Exam
Contributed by Rahul Bhattacharjee, SCJP1.4a?|
Apart from the programming questions one should also concentrate on the theory (encapsulationa?|) also. As the basic theory questions would also have the same weightage.
Check this link for the features new to JDK 1.5.
Please use the SCJP forum to post your own question - ScjpWallOfFame
from
http://exam-test-blog.org/the-best-way-to-prepare-for-the-scjp-exam/