Home / CSE MCQs / Hibernate-CSE :: Discussion

Discussion :: Hibernate-CSE

  1. Which of the following is FALSE about Session in hibernate
  2. 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

    View Answer

    Workspace

    Answer : Option B

    Explanation :



Be The First To Comment