Home » JAVA Programming » Java Basic » Question
  1. Which of the following is not an advantage of using Hibernate Query Language?
    1. Difficult to implement
    2. No need to learn SQL
    3. Easy to write query
    4. Database independent
    5. None of these
Correct Option: A

HQL is easy to implement. Also, to implement it HQL it is not dependent on a database platform.



Your comments will be displayed only after manual approval.