Home »
MCQs »
Software Architecture MCQs
What do you mean by session beans?
75. What do you mean by session beans?
- It contains business logic that can be invoked by local, remote, or web services 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: A) It contains business logic that can be invoked by local, remote, or web services clients.
Explanation:
Session beans contains business logic that can be invoked by local, remote, or web service client.