Java EJB Programming Question:
Download Job Interview Questions and Answers PDF
What is message-driven bean?
Answer:
A message-driven bean combines features of a session bean and a Java Message Service (JMS) message listener, allowing a business component to receive JMS. A message-driven bean enables asynchronous clients to access the business logic in the EJB tier.
Download Java EJB Programming Interview Questions And Answers
PDF
Previous Question | Next Question |
How many enterprise beans? | What is Entity Bean and Session Bean ? |