For entity classes in JPA, an NamedQueries annotation specifies a collection of ________ annotations that declare various named queries.
a. Entity—Specifies that the class is an entity class.
b. Table—Specifies the entity class’s corresponding database table.
c. NamedQuery
d. None of the above.
c. NamedQuery
Computer Science & Information Technology