What is EJB?

devquora
devquora

Posted On: Feb 22, 2018

 

EJB stands for Enterprise java bean is a server-side software that is used to construct the module of enterprise software. It works on the container or we can say application server to scattered and business level application. Container plays a supporting function to transaction management and security that helps the developers and users to work on it easily. It is simple for them to concentrate on business logic.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    EJB Interview Questions

    What are the various types of Entrepreneur java bean?

    Entity Bean: The object that is planned with the database is referred to an entity bean. It is used to execute..

    EJB Interview Questions

    What are the various types of Entity beam?

    CMP Entity bean: It is defined as Container Managed Persistence. It is the complex type of bean and very effective for the develope..

    EJB Interview Questions

    What are the components of Session Beam?

    Stateless session bean: It remains for a very short period of time. It is used when there is no need of worry of the state of the specific client...