Multiple choice technology architecture

Call back methods (ejbCreate,ejbRemove)implementation is different for different application servers.

  1. True

  2. False

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

EJB callback methods like ejbCreate and ejbRemove have standardized signatures in the EJB specification, but their internal implementation varies by application server vendor. The answer is True because while the API contract is the same (method names, signatures, and behavior requirements), each vendor (WebLogic, JBoss, WebSphere, etc.) implements these differently internally. The container manages the bean lifecycle, and vendor implementations optimize this differently.