Solved

Which Statement About Entities Is Correct

Question 3

Multiple Choice

Which statement about entities is correct?


A) Entities must be annotated with the @Entity annotation.
B) Entities can be final classes.
C) Entities can have a single no-arg constructor with protected visibility.
D) Instance variables of an entity can have private, protected, public, or package visibility.

Correct Answer:

verifed

Verified

Related Questions