All Stories

Java Certification Tips And Tricks

In this Java Certification Tips Tricks, I have provided a very simple and powerful techniques how to prepare for OCA certification exam with very minimal preparation. If you are already...

Common Exception Java 8 Certification

You need to recognise three types of exceptions for the OCA exam: run-time exceptions,checked exceptions, and errors. Well look at common examples of each type. For theexam, youll need to...

Exception Handling Java 8 Certification

Exception Handling Java 8 Certification (or Catching Various Types of Exceptions) is an key aspect of application development when working with Java.So far, you have been catching only one type...

Try Catch Block Java 8 Certification

Try Catch Block (on Try Catch Block Java 8 Certification Exam) is most widely used statement when it comes to manage exception. Atry statement must have catch and/or finally.Having both...

Exceptions Java 8 Certification

Exceptions Java 8 Certification(OCA Exam) covers only thebasics of working with exceptions. Understanding the role of exceptions and type of exceptions are very important for Java Certification. You must read...

Class Design Java 8 Certification

Class Design Java 8 Certificationis another important chapter for when appearing for OCA (Oracle Certified Associate Exam 1Z0-808), (or for Java 8 Certification). At its core, proper Java class design...

Core API Java 8 Certification

Core API Java 8 Certification(or in short we can call it: Core Java API)is another important chapter for when appearing for OCA (Oracle Certified Associate Exam 1Z0-808), (or for Java...

Operators And Statements Java 8 Certification

Operators and Statementsis the next important chapter for when appearing for OCA (Oracle Certified Associate Exam 1Z0-808), (or for Java 8 Certification). You must understand the Operator and Statementfundamental. This...

Java Building Blocks Java 8 Certification

Java Building Blocksis the first important chapter for When appearing for OCA (Oracle Certified Associate Exam 1Z0-808), (or for Java 8 Certification). You must understand the Java Basics & Java...

CAP Theorem

CAP Theorem was proposed by Eric Brewer (professor of computer science at the University of California, Berkeley, and vice president of infrastructure at Google) in year 2000. Eric found that...

Java 9 Modular Programming Concept

Java 9 Modular Programming Concept is a powerful feature which is introduced in JDK 1.9. Modularity specifies the interrelation and intercommunication between the parts that comprise a softwaresystem. Modular programming...

Java Interview Question Tips For Entry Level Developers

If you are reading my title “Java Interview Question Tips For Entry Level Developers”, I can consider that you are somewhere around 0-1 year of experience java developer. You might...

OCJP Practice Papers - Java Concurrency

OCJP Practice Papers Java Concurrency include following topics Create worker threads using Runnable, Callable and use an ExecutorService toconcurrently execute tasks Identify potential threading problems among deadlock, starvation, livelock, andrace...

OCJP Practice Papers - Java File I/O Nio.2

OCJP Practice Papers Java File I/O NIO.2 include following topics Use Path interface to operate on file and directory paths Use Files class to check, read, delete, copy, move, manage...

OCJP Practice Papers - Selected Classes From Java API

OCJP Practice Papers Selected Classes from Java API include following topics Manipulate data using the StringBuilder class and its methods Create and manipulate Strings Create and manipulate calendar data using...