Discussion :: Hibernate-CSE
- Which of the following is FALSE about Session in hibernate
A.
Session is a lightweight non-threadsafe object
|
B.
You can share the session between threads
|
C.
Session represents a single unit-of-work with the database
|
D.
Session is the primary interface for the persistence service
|
Answer : Option B
Explanation :
Be The First To Comment