Multiple choice technology programming languages

For the column name EMP_NAME in table EMP, the column mapping is described as below in the hbm xml. . Is this valid?

  1. True

  2. False

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

In Hibernate XML configuration files, the `element maps a Java class field to a table column. Thename` attribute represents the property name in the Java class, which makes the syntax valid even if it violates standard Java naming conventions.