Multiple choice technology architecture

----- cannot have local or remote interfaces?

  1. EntityBean

  2. StatefulSession Bean

  3. MessageDrivenBean

  4. StatelessSessionBean

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

Message-Driven Beans (MDB) in EJB cannot have local or remote interfaces because they are designed to be asynchronous message consumers. Unlike session or entity beans, MDBs are endpoint components that only implement the MessageListener interface and don't support direct client invocation.