home / OCPJP

Category: OCPJP

Chapter 8 - Java I/O Fundamentals (Java 7 OCPJP exam revision notes)

  Other than watching the recorded video, the following details highlight useful notes for the OCPJP 7 certification exam

OCPJP 7 Java Certification Exam - Revision Notes

  The revision notes for the Oracle Certified Professional Java Professional

Chapter 9 - Java File New I/O Fundamentals (Java 7 OCPJP exam revision notes)

  Other than watching the recorded video, the following details highlight useful notes for the OCPJP 7 certification exam

Chapter 8 - Java I/O Fundamentals (Java 7 OCPJP exam revision notes)

  Other than watching the recorded video, the following details highlight useful notes for the OCPJP 7 certification exam

Understanding Java Class Designs

  When a method is the same name as the class. When you instantiate a class, the 'constructor' is automatically executed

equals() and super() keywords in Java

  equals() and super() keywords in Java

Using instanceof() method within Java 7 OCPJP

  A video on how to use the instanceof() method

Simplifying DAO for OCPJP7 exam

  After studying the object principle concept of data access object (DAO), I noticed there's wasn't too much information out there that simplifies the understanding. So this blog 'hopefully' outlines the particular design principles to provide the information required for the OCPJP 7 exam

Why override the equals method in Java?

  In Java, you can compare two objects to determine if their equal or not. Turns out there's two different kinds of comparing, referencing equality and logical equality

Comments