Multiple choice technology web technology

What is the root element in hibernate.cfg.xml?

  1. <hibernate-configuration>

  2. <hibernate-config>

  3. <hibernate-apps>

  4. None of the above

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

The hibernate.cfg.xml configuration file uses as its root element. This element wraps all Hibernate configuration properties like database connection settings, dialect, and mapping file references.