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

  • Spring MVC Hello World

    Spring is the most popular open source java application framework as of current moment. It is one of the best job enablers too (at least in ...

    July 15th, 2012

  • JAXB Tutorial

    This article is an introductory tutorial for JAXB. Some time back I wrote a tutorial introducing Java StAX and after reading that lot of fri ...

    July 8th, 2012

  • Java Variable Arguments

    Varargs is a helper syntax and it enables use of variable number of arguments in a method call. In method definition variable aruguments are ...

    July 1st, 2012

  • Flyweight Design Pattern

    Flyweight is used when there is a need to create high number of objects of almost similar nature. High number of objects consumes high memor ...

    June 24th, 2012

  • JDBC Introduction

    JDBC is an unofficial acronym for java database connectivity. JDBC helps us to connect to a database and execute SQL statements against a da ...

    June 17th, 2012

  • Java StAX

    XML processing is an important weapon in a programmer’s armour. It is not something new and still growing popular by each day. Android ...

    June 10th, 2012

  • Java Annotations

    Annotation is code about the code, that is metadata about the program itself. In other words, organized data about the code, embedded within ...

    June 3rd, 2012

  • Top 10 Java Classes

    Thought of compiling a list of classes that are popular among java programmers. Should I say most essential? There is no strict rules for th ...

    May 23rd, 2012

  • Java Timer

    When there is a need to trigger a task automatically based on time we should schedule it using a timer api. The requirement can vary from a ...

    May 20th, 2012

  • Composite Design Pattern

    When we want to represent part-whole hierarchy, use tree structure and compose objects. We know tree structure what a tree structure is and ...

    May 13th, 2012