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

SessionFactory is associated with the second-level cache in Hibernate. The first-level cache is at the Session level and is enabled by default, while the second-level cache is at the SessionFactory level and is optional.