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

  • Facade Design Pattern

    GoF definition for facade design pattern is, “Provide a unified interface to a set of interfaces in a subsystem. Facade Pattern define ...

    January 29th, 2012

  • JVM Shutdown Hook

    Java JVM provides you a hook to register a thread with the shutdown initiation sequence. Once a thread is registered, on every shutdown that ...

    January 22nd, 2012

  • Externalizable vs Serializable

    Externalizable is an interface that enables you to define custom rules and your own mechanism for serialization. Serializable defines standa ...

    January 15th, 2012

  • serialVersionUID in Java Serialization

    serialVersionUID is used to ensure that during deserialization the same class (that was used during serialize process) is loaded. This is a ...

    January 8th, 2012

  • Java Versions, Features and History

    This article gives you a highlight of important features added in every major Java release. Check this article to know about Java history, I ...

    January 1st, 2012

  • Eclipse Log File Location

    Eclipse Log File can be read by, Eclipse Log File Location is: <workspace_location>/.metadata/.log In Eclipse IDE: Window -> Show V ...

    January 1st, 2012

  • Install Java in Linux (Ubuntu / Debian)

    This manual is to help install java (jdk) in Ubuntu / Debian Linux. Previously we discussed about how java’s installation has evolved ...

    December 25th, 2011

  • Customize Default Serialization Protocol

    Do you know how to customize the default behaviour of the serialization protocol? Tom Cruise starrer MI4 hits theatres this week in India an ...

    December 18th, 2011

  • Object Construction in Serialization

    My previous article on exploring java serialization is a box office hit. In continuation to that and popular request, I am going to write on ...

    December 11th, 2011

  • Install Java

    It feels great when you use a product for a long time. In your regular life there are things like a pen, a bike, a camera … which you ...

    December 4th, 2011