Multiple choice technology web technology What is the root element in hibernate.cfg.xml? <hibernate-configuration> <hibernate-config> <hibernate-apps> None of the above Reveal answer Fill a bubble to check yourself A Correct answer Explanation The Hibernate configuration XML uses as its root element. This element contains which in turn contains property definitions and mapping resources. Alternative names like or are not valid Hibernate configuration elements.