Java Certification

Java Certification Reviewer – Complete List of Keywords (Part 2)

You have to memorize each Java Keywords listed below.  aside from that, you also need to know what these keywords are and what they do.  This way, you’ll be able to know if the keyword is syntactically misused.  All-in-all there are 50 keywords.  Most of them are used and some of them only appears during the exam but seldom used in practice. abstract boolean break byte case catch char class const continue default do assert enum double else extends final fina...

Java Certification reviewer – Basic Terminologies (Part 1)

One of my goals as an IT professional is to get certified.  I’ll start with programming first and if budget permits, I’ll take other certifications about project management and other programming languages.  For now, I’ll focus on Java and I’ll be listing down all my notes here at my blog. As of this writing, my target certification in Java is SCJP for Java 5.  SCJP stands for Sun Certified Java Programmer.  My first notes would be about refreshers and concepts. Class – a blueprint that des...