Which statement about an entity instance lifecycle is correct?
A.
A new entity instance is an instance with a fully populated state.
B.
A detached entity instance is an instance with no persistent identity.
C.
A removed entity instance is NOT associated with a persistence context.
D.
A managed entity instance is the instance associated with a persistence context.
Explanation: