shlogg · Early preview
Mercy @mercy_tari14000

OCA Java SE8 Programmer I Certification: Tricky Questions Revealed

Overloaded methods in Java can lead to tricky certification questions! Did you know that a private static void main() method is allowed, but won't be the entry point? And calling it from a public main will result in a compilation error!

The OCA Java SE8 Programmer I Certification is the first essential certificate to have before taking the OCP Exam. One is expected to sit for OCA first before taking the OCP. As a beginner questions can be tricky. You are coming from the world of Javascript and do not know anything about Java. This post has you covered. 
Here we want to discuss some of the tricky questions that can be asked in the OCA exam with the intention to help those who want to sit for the exam. Don't forget to share some of the questions you consider tricky in the comments. Let's help one another.
Here is the one I alwa...