in Technology by

What is a transaction in EJB?

1 Answer

0 votes
by
A transaction is a single unit of work items which follows the ACID properties. ACID stands for Atomic, Consistent,Isolated and Durable.

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
    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
0 votes
    Which annoatation is used to inject singleton services like timer service into an ejb?...
asked Nov 7, 2020 in Technology by JackTerrance
...