Home »
MCQs »
Software Architecture MCQs
What do you mean by hibernate?
64. What do you mean by hibernate?
- Hibernate is a framework that provides some abstraction layer, meaning that the programmer does not have to worry about the implementations
- Hibernate is a reusable component that can be used for separating things like validation and logging from the action code
- Hibernate is used to develop MVC (Model View Controller) based web applications
Answer: A) Hibernate is a framework that provides some abstraction layer, meaning that the programmer does not have to worry about the implementations.
Explanation:
Hibernate is a framework that provides some abstraction layer, meaning that the programmer does not have to worry about the implementations.