Author name: Aditi Malhotra

Aditi Malhotra is the Content Marketing Manager at Whizlabs. Having a Master in Journalism and Mass Communication, she helps businesses stop playing around with Content Marketing and start seeing tangible ROI. A writer by day and a reader by night, she is a fine blend of both reality and fantasy. Apart from her professional commitments, she is also endearing to publish a book authored by her very soon.

What are the differences between SCJP and OCJP?

SCJP and OCJP are referring to the same exams. Sun Certified Java Programmer (SCJP) is renamed as Oracle Certified Java Programmer(OCJP) when Oracle has acquired Sun Micro Systems. Before that, SCJP word is synonymous to Java Certification exams and it is one of the most popular certification for Java developers. That is the reason still people call that exam as SCJP. It is important to clear the confusion around the naming of Java certification exams. The ambiguity started when Oracle has changed the Java certification’s name once it had acquired the Sun Micro Systems. When Java certifications are conducted by […]

What are the differences between SCJP and OCJP? Read More »

OCAJP – Static Keyword in Java

This post is about the OCAJP exam objective “Apply the static keyword to methods and fields.“You will be tested in the exam about difference between static variables and instance variables. If two objects are trying to modify the static and instance variables , What will be the output ?. Here we would explain about static variables, static methods and difference between static variables, instance variables. 25 Free Mock Exam Questions We can apply static keyword to variables , methods , blocks,classes, interfaces. Applying static keyword to classes, interfaces is out of scope for OCAJP. It is in OCPJP. Static blocks

OCAJP – Static Keyword in Java Read More »

Top 5 resources to prepare for OCEJWCD 6 Certification

The ‘Java web component developer certification exam’ or the OCEJWCD 6 certification is one of more advanced Java certifications from Oracle. We have had already discussed the important steps in becoming OCEJWCD 6 certified in an earlier blog post. The first step that was stated was to collect the resources for the exam. This blog post will focus on the important book and online resources for the exam. 1. OCEJWCD Study Companion – Certification Study Guide by Charles Lyons This is the one of the books that has been written specifically for the OCEJWCD 6 exam. It is also one

Top 5 resources to prepare for OCEJWCD 6 Certification Read More »

OCAJP – Casting in Java

This post is about the following OCAJP Java certification exam objectives: (7.3) Differentiate between the type of a reference and the type of an object. (7.4) Determine when casting is necessary. The above two objectives in the Java certification exam would test your knowledge on type casting. If you want to be more confident on answering all the questions, then you should have good understanding on type hierarchy, down casting (casting a sub class to super class) and up casting (casting a super class to sub class). Note that OCAJP exam would not check your knowledge on the casting in

OCAJP – Casting in Java Read More »

OCAJP – Creating and Manipulating Strings

This post is about the OCAJP exam objective “Creating and Manipulating Strings”. You will be mainly tested in the exam about String Immutability behavior. You will also be tested in the exam about various methods and syntax related to the String class. Here we would explain about the String class and important methods. It is very important to understand the concepts of String and how it is being created and manipulated inside JVM to effectively answer the questions in the OCAJP exam. If you are preparing for the OCAJP exam, please try our free OCAJP 8 mock exam questions. Also

OCAJP – Creating and Manipulating Strings Read More »

What are the good books for preparing OCPJP 7 certification exam?

In our previous article we have written about the good books that are useful for preparing OCPJP 8 exam. If you are planning to prepare for the OCPJP eam, then OCPJP 8 and OCPJP 7 exams are most popular exams and their objectives are very much closer. However, we would recommend you to prepare for the most recent exam OCPJP 8. When it comes to preparation books, there are separate books for both the exams. Here is the list of good books that are recommended for the OCPJP 7 preparation. 1. OCA/OCP Java SE 7 Programmer I & II Study

What are the good books for preparing OCPJP 7 certification exam? Read More »

What are the good books for preparing OCPJP 8 certification exam?

There are only few books available for the OCPJP 8 exam preparation. In this post we are providing you the information for good books for preparing your OCPJP 8 exam. Note that OCPJP 7 and OCPJP 8 has minor changes with respect to the exam topics, so you will be able to follow the OCPJP 7 books and read only the new topics added in the OCPJP 8 exam if you don’t get OCPJP 8 books in your country. Because these books may not be available in your country. BUY : 600+ Practice Questions for OCPJP Exam There are two good books available for

What are the good books for preparing OCPJP 8 certification exam? Read More »

OCAJP 8 – Lambda Expressions Examples

In this post we are going to explain about one of the important feature in Java 8 Lambda Expressions. This feature is also included in the OCAJP 8 Java certification exam. You should have enough understanding on the concepts and practice to answer all the questions in the real exam. Our OCAJP 8 exam simulator covers more questions with lambda expressions. What is Lambda Expression? Lamdba Expressions is the new feature introduced in JDK 8 . lambda expressions (and their related features) significantly enhance Java because of two primary reasons. First, they add new syntax elements that increase the expressive power

OCAJP 8 – Lambda Expressions Examples Read More »

How to prepare for OCAJP 8 certification within a month?

OCAJP is the entry level exam in Java certifications path and OCAJP 8 is the latest version of OCAJP. The most common question asked by the test candidates is that how to crack the exam within a month. There are various ways how you have to prepare for the exams, that depends on the purpose of the certification preparation?. If you are a beginner and looking for improving the Java programming skills, then we would recommend you to spend at least 3 months of time to prepare for the exam. But, if you just want to pass the exam quickly

How to prepare for OCAJP 8 certification within a month? Read More »

What are the best books for preparing OCAJP 7 exam?

In this post we are providing you the details of good books that are available in the market for preparing OCAJP 7 exam. Note that the latest version of OCAJP exam is OCAJP 8. If you want to know the good books available for OCAJP 8, please refer our previous article about What are the good books for preparing OCAJP 8 exam?. The following are the list of books that are available for preparing OCAJP 7 exam: OCA/OCP Java SE 7 Programmer I & II Study Guide (Exams 1Z0-803 & 1Z0-804) by Kathy Seira and Bert Bates OCA Java SE

What are the best books for preparing OCAJP 7 exam? Read More »

Scroll to Top