Multiple choice technology embedded technologies

Clients do not access these beans through interfaces

  1. message driven bean

  2. entity bean

  3. stateles session bean

  4. stateful session bean

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

Message-driven beans (MDBs) do not expose remote or local client interfaces. Instead, they act as asynchronous message listeners that the EJB container invokes when messages arrive at their designated queue or topic. Session and entity beans require interfaces for clients to invoke their business methods.