📚 Practice Mode

Oracle Database and Hibernate ORM Quiz

Learn at your own pace with hints and detailed explanations

1 / 20
Multiple Choice

How can the mapping files be configured in Hibernate?

  1. Mapping files can be added to Configuration in the application code
  2. They can be configured in hibernate.cfg.xml using the <mapping> elements
  3. Both a and b
  4. None of the above