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

  • Command Design Pattern

    Command design pattern is used to encapsulate a request as an object and pass to an invoker, wherein the invoker does not knows how to servi ...

    September 2nd, 2012

  • Top 10 Java Debugging Tips with Eclipse

    In this tutorial we will see about debugging java applications using Eclipse. Debugging helps us to identify and fix defects in the applicat ...

    August 30th, 2012

  • Android Manifest

    Sometime back I wrote a tutorial on Android hello world and lots of friends asked for more on Android. With respect to Android I share the s ...

    August 26th, 2012

  • String Equals Java Puzzle

    Disclaimer: This is suitable for java beginners only. Some questions are ever green interview questions. Java’s special treatment for ...

    August 24th, 2012

  • Logging in Spring

    Logging is important for an application. It gives insider information :-) It helps us understand what is happening inside the engine by reco ...

    August 20th, 2012

  • Spring ApplicationContext

    In this tutorial we will what is spring ApplicationContext and how to access it. There are numerous different ways to get a task done in Spr ...

    August 12th, 2012

  • java vs javaw vs javaws

    This article gives an awareness tip. Do you know the difference between java, javaw and javaws tools. All these three are java application l ...

    August 7th, 2012

  • Chain of Responsibility Design Pattern

    Decoupling is one of the prominent mantras in software engineering. Chain of responsibility helps to decouple sender of a request and receiv ...

    August 5th, 2012

  • Dependency Injection (DI) with Spring

    In this tutorial we will learn about what is dependency injection (DI) and how Spring framework supports DI. Couple of weeks back we saw a t ...

    July 29th, 2012

  • How to find the java compiler target version from a java class file?

    This Java tutorial gives a nice tip on how to find out the java compiler target which you used to compile out a java binary class. Will it b ...

    July 22nd, 2012