Multiple choice technology architecture

Both CMT and BMT may be used with Entity and Session Beans. True or False?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Entity Beans only support Container Managed Transactions (CMT) and cannot use Bean Managed Transactions (BMT). Session Beans support both CMT and BMT. Therefore, the statement that both CMT and BMT can be used with both Entity and Session Beans is false because Entity Beans are restricted to CMT only.