
Javapapers is an Android and Java blog, passionately published by Joe for more than a decade. It is the industry's top blog, with millions of views to its credit. Welcome!
Double brace initialization is a combination of two separate process in java. There are two { braces involved in it. If you see two consecut ...
January 26th, 2011
From now onwards I am starting up a series, where in I will share cool java applications that I come across. I don’t want to keep my b ...
January 21st, 2011
This log4j post is a tutorial post describing different levels of logging in log4j. This is for log4j beginners only but if you wish to refr ...
January 16th, 2011
It’s one month old news as of today. Still if you are not aware, Apache software foundation one of the most respected group and it moves awa ...
January 11th, 2011
JVM memory area related jargons are key to understand the JVM on the whole. In this article let us discuss about the important memory areas ...
January 6th, 2011
As of the Java Virtual Machine Specification second edition, numeric types, the boolean type (§3.3.4), and the returnAddress type are the th ...
November 25th, 2010
Type erasure is the technique using which the Java compiler translates generic / parameterized type to raw type in Java generics. Type erasu ...
July 27th, 2010
AJAX is an acronym for Asynchronous JavaScript And XML. AJAX provides an ability to communicate with the server asynchronously. Here asynchr ...
July 21st, 2010
I recently noticed that James Gosling moved his blog from sun’s site to his own blog with a cool domain name. Also, I noticed in his b ...
July 15th, 2010
When creating an object is time consuming and a costly affair and you already have a most similar object instance in hand, then you go for p ...
July 14th, 2010