Multiple choice technology programming languages

Every persistent class needs to be mapped with its configuration file

  1. True

  2. False

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

In Hibernate, every persistent class must have mapping configuration that defines its database table mapping and relationships. This can be provided through XML mapping files (hbm.xml) or annotations, but the configuration is mandatory for persistence to work.