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...
View ArticlejavaBLACKbelt- 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...
View ArticleShadowing 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...
View ArticleWorking 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 a say...
View ArticlePreparation tips for SCJP- Sun Certified Java Programmer Exam
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...
View Article