Multiple choice technology databases

Thread creation allowed in EJB

  1. True

  2. False

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

EJB specification explicitly forbids thread creation in enterprise beans. The container manages all threading, and creating your own threads violates the EJB programming model, could bypass container-managed transactions and security, and can cause serious runtime issues.