Multiple choice technology programming languages

SessionFactory represent which level of cache ?

  1. a) 2nd

  2. b) Ist

  3. c) 3rd

  4. d) 4th

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In Hibernate, the SessionFactory is responsible for managing the second-level (2nd) cache, which is shared across all sessions. The Session object manages the first-level (1st) cache, which is transaction-scoped.