Skip to main content

SCJP Preparation Tips : Sun Certified Java Professional Study Guide

Many College Students asked me whether they need to give SCJP (OCPJP) exam or not.In this post I will try to clear many of the doubts related to SCJP.

Since Oracle releases  Java 7 , it change the name of the exams , that is SCJP (Sun Certified Java Professional ) now called OCPJP (Oracle Certified Professional Java Programmer), while SCJA (Sun Certified Java Associates) now called OCA (Oracle Certified Associate).

If you want to pursue career in Java , then you should take SCJP exam .It is like an investment in yourself and in your career.So let us understand the most important question , why you need to take SCJP or OCPJP exam.

Why SCJP ?

1. It gives expression to the interviewer that you already know basics of java . Employer does not need to spend money to train you basics of Java.

2. Level of questions asked in SCJP is very good . You can give correct answer only if you precisely understand the concept. Hence , SCJP will make you study each basic topic of Java in detail.

Read Also :  How to Register and Buy SCJP exam : Complete Guide

3. After reading point 2 , you  will be scared, SCJP is tough , Can I clear it ? I spent 150$ already , what happened if I am not able to pass it ?

The solution to above questions is SCJP Dumps . Dumps is a set of  200-400 questions provided by the Oracle  for each version of Java .Every question asked in the SCJP exam will be from these 200-400 questions ,As of now  60 questions asked in SCJP 6 while 90 questions asked in SCJP 7 (OCPJP 7) .

There are three levels of Certifications from Java 7 onwards :

Basic Level  :           OCA (Oracle Certified Associate)

Intermediate Level : OCPJP (Oracle Certified Professional Java Programmer)

Advance Level :       OCM (Oracle Certified Master)

We will discuss about two OCA and OCPJP.

Oracle Certified Associate (OCA) Details:





Oracle Certified Professionals Java Programmer (OCPJP 7) Details :


Note :  SCJP 6 Dumps will be different from SCJP 7 .  So if you are giving test of SCJP 7 then do not prepare the SCJP 6 Dumps . It wont help you . Try to gather SCJP 7 Dumps before giving SCJP 7 java certification.

Best Books  for SCJP Preparation

1. SCJP Sun Certified Programmer for Java 6 Exam 310-065
  by Kathy Sierra and Bert Bates

2.  OCA/OCP Java SE 7 Programmer I & II Study Guide (Exams 1Z0-803 & 1Z0-804)
  by Kathy Sierra

3. A Programmer's Guide to Java SE 7 Certification: A Comprehensive Primer (4th Edition) 
  by Khalid Mughal

How to Prepare for SCJP ?

1.  Study from the book and understand concepts . Test your concepts by going through the exercises given at the end of each chapter. After finish reading the book , revise the concepts again.

2. The best way to prepare for exam is to write code , code and code . This way you will get more familiar  with the java syntax and keywords .

3. Plan ahead of the time and Read from the above mentioned books very carefully. After every question , you will be able to answer WHY the question is throwing compiler error or exception or a particular option is an answer.

4.  Collect SCJP 6 (for Java 6)  or SCJP 7(for Java 7) Dumps . Register for the SCJP Test after receiving the dumps .

Note :  Many of the answers given in the Dumps are Compiler error or Exception .Don't remember only answers otherwise you might get confuse in exam . So be careful to understand WHY question is giving compiler error or exception.

How To Get SCJP Dumps

You need to search online or take it from the person who has given the SCJP exam recently. Oracle will not provide you any dumps.

Comments

Popular posts from this blog

Cashew Industry Management System

This Cashew Industry Management System is developed for managing the industry’s daily production details, stock maintenance, salary details and employee details, managed by office workers and administrator. This software system allows administrator to control the entire system including database maintenance for adding a new employee, employee wage payment, supplier details. As well as this software keeps track of work done by each employee in each section & inventory maintenance. LANGUAGES TO BE USED: Front end:    VB.NET Back end:     SQL server SOFTWARE REQUIREMENTS: Windows XP or above. Visual Studio 2010. SQL server 2008. STRUCTURE OF THE PROGRAM: The project contains the following modules: Admin module : This module includes the login module and sub modules. Supplier modules:  To manage suppliers, such as add new supplier or remove an existing one. Employee module:  To manage employees, such as...

Analog Clock using VB.NET

Here we created Analog Clock using VB.NET coding. This is the mini student project and you can learn some coding techniques in this project. this analog clock works in Visual studio 2008 version or Visual Studio 2012 version. No database required to created this analog clock. This mini project created in single form , 12 labels , 3 shapes, and 2 timers used to develop this project code. Analog Clock using VB.NET Programming Language:  VB.NET (This mini student project is for diploma, BCA and ITI students. This download link has source code of this project and it has exe file of this project. Kindly install winrar to extract this project code.) Share this:

PHP Guestbook Script

PHP Guestbook Script is developed using PHP and MySQL database.  Guestbook script allows you to put a  guestbook  option on your website which is helpful to visitors of the website. Using this script website visitor can send comments and feedback on your site. All the records of the guest book stores in MySQL database. The admin is the master user and he has the right to edit and delete the records. Features of PHP Guestbook Script: This script allows you to put a guestbook script on your website. This file is is free software and you can redistribute or modify according to your requirements. It is fully Customizable look, Easy Navigation and usefull for blog site. This is the professional PHP and MySQL based object oriented programming(OOP) fully customizable guestbook. Using this visitors can leave message on your website. The script allows the visitors to enter name, E mail, Title and comment. Admin page to view all recor...