Multiple choice technology web technology

In EJB3, Entity column has been mapped by

  1. Annotation

  2. XML

  3. HTML

  4. None of the above

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

EJB 3.0 introduced annotations as the primary mechanism for mapping entity columns to database columns, replacing the verbose XML deployment descriptors of earlier EJB versions. While XML mapping files are still supported as an alternative, annotations provide a simpler, more intuitive inline approach. HTML is never used for ORM mapping.