What are the various types of entrepreneur java bean?



What are the various types of entrepreneur java bean?..

Answer / Satish Kumar Deepak

{"types": "Entrepreneur Java Beans (EJB) can be classified into three main categories: Session Beans, Entity Beans, and Message-driven Beans. Session Beans provide business logic to clients, Entity Beans represent persistent database objects, and Message-driven Beans process messages from a message queue."}

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More EJB Interview Questions

Can Container managed Bean-Managed Persistence ?

0 Answers   Sony,


What is the purpose of ejb in java?

1 Answers  


What is the relationship between an EJB component, EJB container, and an application server?

2 Answers  


What is the difference between ejb and spring?

1 Answers  


Is udp stateless?

1 Answers  


How the container will maintain synchronization for multiple calls to the entity bean?

1 Answers   HCL,


Elucidate callback in ejb?

1 Answers  


What is the default transaction attribute for an ejb?

1 Answers  


An instance of stateful session ejb when accessed simultaneously from more than one clients on same vm results in remoteexception or ejbexception. In case the client is a servlet thread, which of the techniques can be used to avoid remoteexception/ejbexception?

1 Answers  


What is the procedure for the creation of stateless ejb?

1 Answers  


What were entity beans?

1 Answers  


Why serialization is used?

2 Answers   IBM,


Categories