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 |
Can Container managed Bean-Managed Persistence ?
What is the purpose of ejb in java?
What is the relationship between an EJB component, EJB container, and an application server?
What is the difference between ejb and spring?
Is udp stateless?
How the container will maintain synchronization for multiple calls to the entity bean?
Elucidate callback in ejb?
What is the default transaction attribute for an ejb?
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?
What is the procedure for the creation of stateless ejb?
What were entity beans?
Why serialization is used?