Java EJB Programming Question:

How many enterprise beans?

Java EJB Programming Interview Question
Java EJB Programming Interview Question

Answer:

There are three kinds of enterprise beans:
1. session beans,
2. entity beans, and
3. message-driven beans.


Previous QuestionNext Question
What are the key benefits of the EJB technology? What is message-driven bean?