Question: Why do you need ORM tools like hibernate?
Answer: The main advantage of ORM like hibernate is that it shields developers from messy SQL. Apart from this, ORM provides following benefits:
* Improved productivity o High-level object-oriented API o Less Java code to write o No SQL to write * Improved performance o Sophisticated caching o Lazy loading o Eager loading * Improved maintainability o A lot less code to write * Improved portability o ORM framework generates database-specific SQL for you
Question:
Why do you need ORM tools like hibernate? Answer:
The main advantage of ORM like hibernate is that it shields developers from messy SQL. Apart from this, ORM provides following benefits:
* Improved productivity o High-level object-oriented API o Less Java code to write o No SQL to write * Improved performance o Sophisticated caching o Lazy loading o Eager loading * Improved maintainability o A lot less code to write * Improved portability o ORM framework generates database-specific SQL for you Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
There should not be any Spelling Mistakes.
There should not be any Gramatical Errors.
Answers must not contain any bad words.
Answers should not be the repeat of same answer, already approved.