Android & Java Blog

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!

Recent Articles

  • Java Binary

    Have you ever wondered what is inside a java class file? Java source file is compiled into a binary class file. JVM specification states man ...

    November 27th, 2011

  • Java String

    String is one of the widely used java classes. It is special in java as it has some special characteristics than a usual java class. Lets ex ...

    November 21st, 2011

  • Java Hashtable

    Hashtable is an implementation of a key-value pair data structure in java. You can store and retrieve a ‘value’ using a ‘k ...

    August 17th, 2011

  • Decorator Design Pattern

    To extend or modify the behaviour of ‘an instance’ at runtime decorator design pattern is used. Inheritance is used to extend th ...

    May 17th, 2011

  • Java Closures

    In this article, I will explain what a closure is and clear the confusion surrounding anonymous inner classes and closures, then java’ ...

    May 12th, 2011

  • Adapter Design Pattern

    An adapter helps two incompatible interfaces to work together. This is the real world definition for an adapter. Adapter design pattern is u ...

    May 7th, 2011

  • Singleton Design Pattern

    Singleton design pattern is the first design pattern I learned (many years back). In early days when someone asks me, “do you know any ...

    May 2nd, 2011

  • Its 1 Million now – Thank You

    Its been a while I have written on the blog. I was kind of occupied with other studies! Suddenly I noticed a surge in bandwidth usage in my ...

    April 16th, 2011

  • Android Hello World

    Last week my wife gifted me a new mobile wishing not to miss her calls anymore. My (very very) old mobile celebrated its 7th birthday and I ...

    February 5th, 2011

  • Java Array

    Array is used to store same ‘type’ of data that can be logically grouped together. Array is a fundamental construct in any progr ...

    January 31st, 2011