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

  • Address of a Java Object

    In conventional java programming, you will never need address or location of a java object from memory. When you discuss about this in forum ...

    July 5th, 2010

  • Association, Aggregation, Composition, Abstraction, Generalization, Realization, Dependency

    These terms signify the relationships between classes. These are the building blocks of object oriented programming and very basic stuff. Bu ...

    June 26th, 2010

  • Java’s toLowerCase() has got a surprise for you!

    Have you ever encountered a surprise while using toLowerCase()? This is a widely used method when it comes to strings and case conversion. T ...

    May 9th, 2010

  • Is Your Java Code Privileged?

    The java system code that is part of the JDK is considered God and has all the maximum privileges. For example it can read a system property ...

    March 22nd, 2010

  • Now the SUN is Red

    sun.com now redirects to oracle.com – oracle completes acquisition of sun. Is it a happy news or sad news for sun customers? In partic ...

    January 30th, 2010

  • Serialize / De-Serialize Java Object From Database

    In recent days generalization have become popular in software development. You build a common platform and generate applications out of it t ...

    January 9th, 2010

  • Bye bye GoDaddy

    It was a bumpy ride in 2009. Many highs and lows. I enjoyed every moment of it. December 2009 is an important month for javapapers. My hosti ...

    December 28th, 2009

  • Java Serialization

    Have you ever seen what is inside a serialized object? I will explain to you what is java serialization, then provide you with a sample for ...

    November 23rd, 2009

  • Builder Design Pattern

    Builder pattern is used to construct a complex object step by step and the final step will return the object. The process of constructing an ...

    November 17th, 2009

  • javapapers.com Celebrates 400000 Pageviews

    Its been 1.5 years I launched javapapers.com It was a great journey until now. I have utilized every bit of my free time to pursue this drea ...

    November 14th, 2009