Java EJB Quiz
Attempted
0/10
Correct 0
Score 0
‹
›
What type of enterprise bean is used to embody application processing state information?
The persistence of Person and Address information in an application is implemented via BMP entity beans. Each Person must have exactly one Address. If a Person contains the primary key for Address in a persistent field, how should you implement the Person
What isnottrue of a Java bean?