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

  • Java List size Puzzle

    This is a Java puzzle involving the Collection List interface. This is a Java beginner level puzzle and will help understand how the size wo ...

    September 23rd, 2014

  • A WordPress Blog Performance Optimization (Horror) Story

    This is a JavaPapers story. How I nosedived into deep pit and how I am trying to get out of it. This is not to bash anybody, in particular t ...

    September 22nd, 2014

  • Why Object is Super Class in Java?

    java.lang.Object class is the super base class of all Java classes. Every other Java classes descends from Object. Should we say the God cla ...

    September 4th, 2014

  • Java Collections Interview Questions – Part I

    Following are the Java collections interview questions most frequently asked in interviews. I have attempted to keep the answers short and s ...

    September 3rd, 2014

  • Java PriorityQueue

    PriorityQueue belongs to the Java Collections Framework. PriorityQueue is based on  priority heap and it is an implementation of Queue ...

    September 1st, 2014

  • Android Studio Shortcuts You Need the Most

    Switching from Eclipse to Android Studio for Android development requires some adjustments. Android Studio is based on IntelliJ IDEA and for ...

    August 24th, 2014

  • Java Mind Map Free Tool: FreeMind

    Mind map is a diagrammatic way of representing a thought process, ideas and concepts. An informal way of organizing unstructured information ...

    August 21st, 2014

  • Java 9 Initial Features Announced

    The first set of Java Enhancement Proposals (JEPs) that will be considered for Java 9 features are here. Java release timeline is getting en ...

    August 20th, 2014

  • Android Twitter Feed Reader

    This Android tutorial is to demonstrate an application that will connect to the Twitter and read the tweets and display it. We will use the ...

    August 18th, 2014

  • Temporal Adjuster Example: Second Saturday

    For now this is the last example in the temporal adjuster example series. This tutorial is to find second Saturday of a month. Refer the tem ...

    August 14th, 2014