Hibernate caching improves performance of application by pooling object in cache.

Q.  Hibernate caching improves the performance of the application by pooling the object in the cache.
- Published on 17 Jul 15

a. True
b. False

ANSWER: True
 

    Discussion

  • Prajakta Pandit   -Posted on 14 Dec 15

    - The above statement is true.

    - Hibernate caching improves the performance of the application by pooling the object in the cache.

    - It consists of two types of caching:

    1. First level cache :
    Session object holds the first level cache data. It is enabled by default.

    2. Second level cache :
    SessionFactory object holds the second level cache data.

Post your comment / Share knowledge


Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)