InterviewSolution
Saved Bookmarks
| 1. |
Can An Entity Bean Use Bean-managed Transaction Demarcation? |
|
Answer» No. ENTITY BEANS always use container-managed TRANSACTION DEMARCATION. Session beans can use either container-managed or bean-managed transaction demarcation, but not at the same time. No. Entity beans always use container-managed transaction demarcation. Session beans can use either container-managed or bean-managed transaction demarcation, but not at the same time. |
|