What is hibernate 2nd level cache?



What is hibernate 2nd level cache?..

Answer / Faiz Kidwai

Hibernate 2nd Level Cache is a cache that can store cached objects in the Java heap, providing a global scope for all active sessions. This cache is configured using a CacheProvider and can significantly improve performance by reducing database access.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

What are the best practices that hibernate recommends for persistent classes.

1 Answers  


What is difference between steady state and transient state?

1 Answers  


How to get single record from database using hibernate?

1 Answers  


What are session beans?

1 Answers  


What are collection types in hibernate?

1 Answers  


How to fetch data from database in spring mvc using hibernate?

1 Answers  


What is transaction in hibernate?

1 Answers  


What is lazyinitializationexception in hibernate?

1 Answers  


What is the use of session in hibernate?

1 Answers  


What is hibernate and spring java?

1 Answers  


How do you implement one to many relationships in hibernate?

1 Answers  


Why do we use hibernate?

1 Answers  


Categories