Explain types of Enterprise Beans?

Session beans > Associated with a client and keeps states for a client Entity Beans > Represents some entity in persistent storage such as a database

Showing Answers 1 - 3 of 3 Answers

N.N.Ramesh

  • Apr 24th, 2006
 

Types of Enterprise Beans are:

1. session bean

       

2. Entity bean

3. Message Driven bean

  Was this answer useful?  Yes

N.N.Ramesh

  • Apr 24th, 2006
 

Types of Enterprise Beans are:

1. session bean

        

2. Entity bean

3. Message Driven bean

  Was this answer useful?  Yes

N.N.Ramesh

  • Apr 24th, 2006
 

Types of Enterprise Bean are:

1. Session Bean

          i) Stateless Session Bean

          ii) Stateful Session Bean

2. Entity Bean

          i) Container Managed Persistense (CMP)

          ii) Bean Managed Persistense

3. Message Driven Bean

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions