Home »
MCQs »
Software Architecture MCQs
What do you mean by message-driven beans?
77. What do you mean by message-driven beans?
- It contains business logic that can be invoked by local, remote, or web service clients
- It contains the business logic but it is invoked by passing the message
- It encapsulates the state that can be persisted in the database
Answer: B) It contains the business logic but it is invoked by passing the message.
Explanation:
It contains the business logic but it is invoked by passing the message.