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 SynchronousQueue

    This Java tutorial is to learn about the concurrent collection SynchronousQueue. It is an implementation of BlockingQueue. Among all Java co ...

    October 5th, 2014

  • Java PriorityBlockingQueue

    Java PriorityBlockingQueue is a concurrent collection and an implementation of BlockingQueue. PriorityBlockingQueue is an unbounded collecti ...

    October 5th, 2014

  • Java LinkedBlockingQueue

    This Java tutorial is to learn about the collection LinkedBlockingQueue which is an implementation of Java BlockingQueue. LinkedBlockingQueu ...

    October 5th, 2014

  • Java DelayQueue

    Java DelayQueue is a collection and an implementation of BlockingQueue. Unlike ArrayBlockingQueue, DelayQueue is an unbounded collection. Th ...

    October 5th, 2014

  • Java ArrayBlockingQueue

    This Java tutorial is to discuss about ArrayBlockingQueue which is an implementation for a Java BlockingQueue Collection. We will see a prod ...

    September 29th, 2014

  • Java BlockingQueue

    BlockingQueue Collection is a type of Java Queue. BlockingQueue is part of Java concurrent util package. It is best used in multi threading ...

    September 29th, 2014

  • Managed Versus Non-Managed Environments

    This Hibernate tutorial is to understand the difference between having a managed vs non-management environments. Configuring Hibernate requi ...

    September 24th, 2014

  • Hibernate Architecture

    This Hibernate tutorial is to go through the Hibernate architecture to know about the components involved. It is important to understand the ...

    September 24th, 2014

  • Hibernate Advantages

    In this Hibernate tutorial page, we will see about the advantage of using the Hibernate as the Object Relational Mapping (ORM) layer in a Ja ...

    September 24th, 2014

  • Hibernate Introduction

    Hibernate is the most popular Object Relational Mapping (ORM) library available for Java. Hibernate is used to map and manage the applicatio ...

    September 24th, 2014