Multiple choice technology programming languages What is the root level element in a hibernate mapping file? a) <session-factory> b) <hibernate> c) <hibernate-configuration> 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.