Month: August 2014
-
Core Java

The lepidopterist’s curse: Playing with java.time
Pop quiz: What will be the output of this little program? …
Read More » -
Core Java

Java private, protected, public and default
You are a Java programmer, so you know what I am talking about. public modifiers make a method or field…
Read More » -
Core Java

Avoiding Null Checks In Java
One of the worst nightmares for java developers ( from junior to experts ) is null object reference checking. I’m…
Read More »
