I cleared SCJP 6.0 with 81% on January 25, 2010 (putting this up after a long gap), not a really good score, but happy to get a “PASS” :). I did manage to do some 25 days of preparation (serious… Read More ›
SCJP
Working with Java Enumerated types (Enums)
In this post I would like to explain about Enums in Java. Though in my 2 years of coding in Java I have seldom used Enums but they do provide a lot of features when we are required to create… Read More ›
Shadowing Variables in Java Demystified
One of the meanings of the word “Shadow” in the Oxford Dictionary is “a weak or less good version”. Shadowing in Java is also something similar. One can shadow a variable in several ways. I would try to describe the… Read More ›
javaBLACKbelt- building better developers
About JavaBlackBelt (WebSite) JavaBlackBelt is a community for Java & open source skills assessment. It is dedicated to technical quizzes about Java related technologies. This is the place where Java developers have their technology knowledge and development abilities recognized. Everybody… Read More ›
Initialisation Blocks in Java
Topic: Initialisation Blocks in Java Apart from methods and constructors, initialisation blocks are the places where operations within a class can be performed. Initialisations blocks can be: Static Instance