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

  • Screen Crack Android App

    Lets have some fun. All study and no play makes jack a dull boy. Let us create a quick android app and have some fun. How will it feel to cr ...

    January 15th, 2013

  • Exception Handling – Part II

    Java has a hierarchy defined for exception classes. This tutorial is second in the multi-part series for java exception handling. Previous t ...

    January 14th, 2013

  • Exception Handling – Part I

    Java has many wonderful things and exception handling is one among them. Exception handling is a framework provided by Java to ensure progra ...

    January 6th, 2013

  • Axis2 Web Service using Eclipse

    Recently I have been writing introductory tutorials about web services in Java. We saw about SOAP based hello world web services and how to ...

    December 16th, 2012

  • Performance of JVM Server and Client Mode

    Couple of weeks back, I wrote an article to introduce JVM server and client mode and discussed about how they differ performance wise. I jus ...

    December 9th, 2012

  • Android Intent

    An intent is an abstract description of an action expected to be performed. Android Intent reflects English meaning of word intent, determin ...

    December 9th, 2012

  • End of Public Update for Java SE6 has Come

    Guys move to Java SE7, if you have not already done. We will not get any further public updates from Oracle for Java SE6 after February 2013 ...

    December 5th, 2012

  • Java Community Process (JCP) and Java Specification Request (JSR)

    I wanted to introduce two important things in java, the JCP and JSR in this article. A java guy must be knowing about these and no excuse. J ...

    December 2nd, 2012

  • How to play audio in Android?

    This tutorial will help to play audio file in android app. We will create an Android service that will play the audio file. Service is an An ...

    November 30th, 2012

  • JVM Server vs Client Mode

    JVM is launched in client mode by default in SUN/Orace JDK. JVM provides option to launch it in server or client mode. These two modes give ...

    November 25th, 2012