what is ACID test for fresh engineers??what is the pattern??



what is ACID test for fresh engineers??what is the pattern??..

Answer / Abhishek Raghav

The ACID test (Atomicity, Consistency, Isolation, Durability) is a set of properties that describe how transactions should be handled in a database. For fresh engineers, understanding and applying these properties during database development ensures data integrity and reliability. Atomicity means a transaction is all-or-nothing; Consistency maintains the database in a valid state after each transaction; Isolation allows multiple transactions to run concurrently without interfering with each other; Durability guarantees that once a transaction is committed, it will be permanently stored on the storage medium.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Struts Interview Questions

Describe the mvc on struts?

1 Answers  


In Struts Programming which is the controller,which is the model?

10 Answers  


What’s the utilization of struts.xml configuration file?

1 Answers  


What do you mean by a custom tag?

1 Answers  


Is struts compatible with other java technologies?

1 Answers  


Where should struts xml be placed?

1 Answers  


What is difference between struts1 and struts2?

1 Answers  


why do we typecast ActionForm into out plain java bean class in Action class?

5 Answers  


Define struts?

1 Answers  


Are the struts tags xhtml compliant ?

1 Answers  


What is the differences between struts1 and struts2?

1 Answers  


What are pull and push mvc architecture and which architecture does struts2 follow?

1 Answers  


Categories