Loading, please wait...

Hibernate MCQ Quiz (Multiple Choice Questions And Answers)

Search here for MCQs

Here you will Java Hibernate Quiz as Multiple Choice Questions And Answers for you next job or exam

Hibernate MCQ Quiz (Multiple Choice Questions And Answers)

Are you preparing for the next job interviews? If yes, trust me this post will help you also we'll suggest you check out a big collection for Programming Full Forms that may help you in your interview:

List of Programming Full Forms 

1. What is an ORM stands for?

  • Object Rate Mapping
  • Object Relational Mapping
  • Operating Related Mapping
  • Operating Rate Mapping

2. Is it necessary to use hibernate.cfg.xml for configuration in hibernate?

  • Yes
  • No

3. While creating SessionFactory in hibernate, which design pattern should be adopted?

  • Singleton
  • Prototype

4. Session is created per thread in hibernate?

  • True
  • False

5. Persistent objects and collections in hibernate are

  • Short-lived, single threaded objects
  • Long-lived, multi threaded objects