Multiple choice technology web technology

What kind of query standards can be used in hibernate?

  1. Native SQL

  2. HSQL

  3. Both

  4. None of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Hibernate supports multiple query approaches: Native SQL (direct database queries) and HQL (Hibernate Query Language, an object-oriented query language). Both can be used depending on the use case, giving developers flexibility in how they query data.