What are the types of ejb?



What are the types of ejb?..

Answer / Raghavendra Mohan

There are three types of EJBs: Session Beans, Entity Beans, and Message-driven Beans.nnSession Beans provide business logic that is accessed by clients through a session or a conversation. They can be Stateless or Stateful.nnEntity Beans represent database tables and provide a mapping between the application and the database.nnMessage-driven Beans process messages from a message queue.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More EJB Interview Questions

What is difference between ejb 1.1 and ejb 2.0?

1 Answers  


Which is default transaction attribute for the business method of a bean?

2 Answers  


List down the steps for the demonstration of ejp persistence mechanism.

1 Answers  


What do you mean by ‘hot deployment’ ?

1 Answers  


What is message-driven bean?

1 Answers  


What is meant by ejb?

1 Answers  


what is mean by com/Dcom ? Please answer me. Advance thanks.

1 Answers   Excel,


What is the difference between Session bean and Entity bean?one?

1 Answers  


Is it possible to write two ejb’s that share the same remote and home interfaces, and have different bean classes? If so, what are the advantages/disadvantages?

1 Answers  


What is the full form of ejb in java?

1 Answers  


Define Context?

1 Answers  


Explain the concept of local interfaces?

1 Answers  


Categories