Multiple Choice
When you used JPA in this chapter, you interacted with an existing database via classes that the NetBeans IDE generated from the XE "database schema" database's schema. You used the NetBeans Entity Classes from Database… option to add to your project classes that represented the database tables. Together, these classes and the corresponding settings are known as a ________ unit.
A) perseverance
B) perpetual
C) sticky
D) persistence.
Correct Answer:

Verified
Correct Answer:
Verified
Q2: For entity classes in JPA, an @NamedQueries
Q3: When you define a query in your
Q4: Which of the following statements about JPA
Q5: Which of the following statements is false?<br>A)
Q6: Which of the following JPA-related statements in
Q8: Which of the following JPA-related statements is
Q9: The first argument to EntityManager's XE "EntityManager
Q10: In JPA transaction processing, if the operations
Q11: In JPA, when you compile the entity
Q12: Which of the following statements related to