Home » JAVA Programming » Java Basic » Question
  1. Which of the following is not a core interface of Hibernate?
    1. Session
    2. SessionManagement
    3. Configuration
    4. Criteria
    5. None of these
Correct Option: B

SessionManagement is not a core interface of Hibernate. Configuration, Criteria, SessionFactory, Session, Query and Transaction are the core interfaces of Hibernate.



Your comments will be displayed only after manual approval.