Kizspy | Question: 37
(Choose 1 answer)
In a JavaFX application with JPA, where is the EntityManager typically created and managed?
A. In the View layer.
B. In the Controller or Service layer.
C. Directly in the Entity class.
D. Inside the JavaFX Application class.