Multiple choice technology programming languages

What is the root level element in a hibernate mapping file?

  1. a) <session-factory>

  2. b) <hibernate>

  3. c) <hibernate-configuration>

  4. d) None

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

is the root element in hibernate.cfg.xml (Hibernate's main configuration file). Individual mapping files use , but is a child element, not the root.