Solved

Which of the Following JPA-Related Statements Is False

Question 8

Multiple Choice

Which of the following JPA-related statements is false?


A) You can update an existing entity by modifying its entity object in the context of a transaction.
B) Once a transaction is committed, the changes to the entity are saved to the database.
C) You can delete an existing entity.
D) When you commit a transaction the entity is kept as a backup in the database.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions