InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not an advantage of using Hibernate Query Language?(a) Database independent(b) Easy to write query(c) No need to learn SQL(d) Difficult to implementI had been asked this question by my school teacher while I was bunking the class.Origin of the question is Hibernate topic in portion Autoboxing & Miscellaneous of Java |
|
Answer» CORRECT answer is (d) Difficult to implement To explain I WOULD SAY: HQL is easy to implement. Also, to implement it HQL it is not DEPENDENT on a database platform. |
|