Hibernate Framework Practice Test
Hibernate Framework Hibernate Test 1
In Hibernate, what is Query Level Cache?
Select your answer
A
The query-level cache is the Session based cache
B
The query-level cache is a query resultset cache that works in tandem with the second-level cache.
C
Both of the above
D
None of the above
Need a hint?
(H)