Java

Top 6 Resources for OCPJP 8 Certification

The OCPJP 8 certification is exam number 1Z0-809 and it is known as ‘Oracle Certified Professional Java Programmer II’ exam. It can be taken only after having completed the exam 1Z0-808 or the ‘Oracle Certified Associate Java SE 8 Programmer’ exam. The OCPJP certification or the ‘Oracle certified Professional Java programmer’ is the flagship certification for Java professionals. It is the “gold standard” of all the Java exams and it is one of the most significant of all Java certifications. It is also one of the few Java certifications that is most sought after by experienced as well as emerging […]

Top 6 Resources for OCPJP 8 Certification Read More »

OCAJP – How to use a switch statement?

This post is about the OCAJP exam objective “Use a switch statement“. You will be mainly tested in the exam about allowed data type variables for switch and Question contains switch statement with compile time errors, you need to correct those errors by selecting the given options. Here, We would explain each and every important points regarding switch statement. If you have any questions regarding this article, please write it in the comments section. TRY NOW : 25 Free OCAJP Mock Exam Questions How to use switch statement? Here are the few important points about switch statement in Java. A

OCAJP – How to use a switch statement? Read More »

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 »

Scroll to Top