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

MessageDrivenBeans in EJB cannot have local or remote interfaces because they are designed to process asynchronous messages via JMS (Java Message Service). Unlike session or entity beans, MessageDrivenBeans are implemented as message listeners and are not intended for direct client invocation through business interfaces.