Multiple choice technology programming languages SessionFactory represent which level of cache ? a) 2nd b) Ist c) 3rd 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.