1 Answer

0 votes
by
EJB stands for Enterprise Java Beans. EJB is an essential part of a J2EE platform. J2EE platform have component based architecture to provide multi-tiered, distributed and highly transactional features to enterprise level applications. EJB provides an architecture to develop and deploy component based enterprise applications considering robustness, high scalability and high performance. An EJB application can be deployed on any of the application server compliant with J2EE 1.3 standard specification.

Related questions

0 votes
    What is the difference between Hibernate and EJB 3? Do not you think EJB 3 is just a clone of Hibernate?...
asked Jun 5, 2021 in Technology by JackTerrance
0 votes
    How EJB Container handles exceptions?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    What is System level Exception in EJB?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    What is Application level Exception in EJB?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    Explain annotation in EJB to do the database entity relationships/mappings....
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    What is JNDI? Explain its terms in terms of EJB....
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    What is Container Managed Transactions in EJB?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
0 votes
0 votes
    What is method level interceptor in EJB?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    What is default interceptor in EJB?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    What is class level interceptor in EJB?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
0 votes
    How EJB implements dependency injection?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    Which annoatation is used to inject SessionContext into an ejb?...
asked Nov 7, 2020 in Technology by JackTerrance
...