adspace
Answer Posted / Reeta Joshi
"The 2nd level cache in Hibernate is a session-independent cache. It stores data fetched from the database, which can be shared across multiple sessions and even multiple threads. This cache helps in reducing the number of queries to the database for the same data by reusing previously loaded objects."
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers