Home » JAVA Programming » Java Basic » Question
  1. Which of the following is not a state of object in Hibernate?
    1. Detached()
    2. Transient()
    3. Attached()
    4. Persistent()
    5. None of these
Correct Option: C

Attached() is not a state of object in Hibernate. Detached(), Persistent() and Transient() are the only states in Hibernate.



Your comments will be displayed only after manual approval.