Home > Java Programming > Quizzes > Advanced Java Practice Test: Hibernate
Advanced Java Practice Test: Hibernate
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 94% Most missed: “Which of the following is not an advantage of Hibernate Criteria API?”

Hibernate ORM (from Red Hat) is an object–relational mapping tool for the Java programming language. It provides a framework for mapping an object-oriented domain model to a relational database.

Advanced Java Practice Test: Hibernate
Time left 00:00
14 Questions

1. Which of the following is not a core component of Hibernate?
2. Which of the following methods returns proxy object?
3. The SessionFactory is heavyweight object.
4. Which of the following is true about HQL?
5. Which of the following methods hits database always?
6. In which file database table configuration is stored?
7. Which of the following is not a state of object in Hibernate?
8. Which of the following is not an inheritance mapping strategies?
9. Which of the following is not a core interface of Hibernate?
10. Which of the following is not an advantage of using Hibernate Query Language?
11. Which of the following method is used inside session only?
12. Which of the following is not an advantage of Hibernate Criteria API?
13. Is Session a thread-safe object?
14. SessionFactory is a thread-safe object.