Multiple choice technology programming languages

First step in hibernate application is to :

  1. Retreive Hibernate session

  2. persist objects

  3. Save session

  4. config hibernate.cfg.xml

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

In a Hibernate application, the very first configuration and bootstrap step involves configuring and loading the hibernate.cfg.xml file to build the SessionFactory before any sessions can be opened or objects persisted.