Multiple choice technology web technology

Is it possible to load mapping file programmatically?

  1. True

  2. False

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

Hibernate allows programmatic loading of mapping files through the Configuration API using methods like addResource(), addFile(), or addClass(). This provides flexibility beyond the declarative approach in hibernate.cfg.xml.