Monday, October 14, 2013

Error codes - underscore in numeric literals

    Java 7 introduced a bunch of language improvements (known as Project Coin). One of the improvement that I want to focus on is an underscore in numeric literals.

Friday, October 11, 2013

Can the 'new' keyword be harmful?

    I've heard somewhere that nowadays the object creation in Java is cheap. Every Java Developer knows the 'new' keyword and its purpose. However, does every Java Developer think about the consequences that are related to that keyword?