What is the meaning of ACID in the connection of transaction management?

devquora
devquora

Posted On: Feb 22, 2018

 

  • Atomic - In this case, if any working part fails then the whole work is considered as destroyed. It values only fully successful.
  • Consistent -It represents that the transaction management must remain in a consistent state
  • Isolated-It states that the execution of the transaction is independent of the other transactions.
  • Durable -It means if any by case transaction has been executed then it must have survived system failure.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    EJB Interview Questions

    What is EJB?

    EJB stands for Enterprise java bean is a server-side software that is used to construct the module of enterprise software...

    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..