Multiple choice technology web technology

A message-driven bean:

  1. Has a client view

  2. Has a Remote interface

  3. Has a Local interface

  4. Doesn’t feature a Component interface

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

Message-driven beans are different from session and entity beans - they don't have business interfaces (Remote/Local) that clients call directly. Instead, they listen to JMS messages and process them asynchronously, so they lack a Component interface.