Multiple choice technology programming languages

What is the file extension you use for hibernate mapping file?

  1. filename.hbm.xml

  2. filename.cfg.xml

  3. filename.hmb.xml

  4. filename.cfg.hbm.xml

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

Hibernate mapping files use the .hbm.xml extension by convention. The configuration file uses .cfg.xml. Options C and D are typos or non-existent formats.