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

  • Checked vs Unchecked Exceptions

    Type of exceptions in java are checked exceptions and unchecked exceptions. This classification is based on compile-time checking of excepti ...

    October 14th, 2008

  • Java This

    Definition for java this keyword: Java this keyword is used to refer the current instance of the method on which it is used. Following are t ...

    August 29th, 2008

  • Is javadoc comment a type of standard java comment?

    How many types of java comments are there? Everybody knows there are two types of java comments available. Now the misunderstood part starts ...

    July 23rd, 2008

  • Check list for Internationalization (I18n)

    This check list for Internationalization (I18n) will cater to the need of programmers irrespective of the language java /dot net/ j2ee / any ...

    July 20th, 2008

  • What is scoped memory and why java uses it?

    In java, a frequent occurence of a common phenomenon related to memory management is creation and destruction of temporary objects. What are ...

    July 17th, 2008

  • Java Static Import

    First lets understand what does “java import” does to your java program! Consider the java import statements: 1) import package. ...

    June 14th, 2008

  • Scope of JSP Objects

    The availability of a JSP object for use from a particular place of the application is defined as the scope of that JSP object. Every object ...

    June 10th, 2008

  • Difference between Vector and ArrayList in java?

    java.util.Vector came along with the first version of java development kit (JDK). java.util.ArrayList was introduced in java version1.2, as ...

    June 4th, 2008

  • Java Variable

    Java variables can be categorized into the following seven types: Class Variable Instance Variable Array Component Variable Method Parameter ...

    June 2nd, 2008

  • Session Tracking Methods

    Following answer is applicable irrespective of the language and platform used. Before we enter into session tracking, following things shoul ...

    May 31st, 2008