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 |
Describe the mvc on struts?
In Struts Programming which is the controller,which is the model?
What’s the utilization of struts.xml configuration file?
What do you mean by a custom tag?
Is struts compatible with other java technologies?
Where should struts xml be placed?
What is difference between struts1 and struts2?
why do we typecast ActionForm into out plain java bean class in Action class?
Define struts?
Are the struts tags xhtml compliant ?
What is the differences between struts1 and struts2?
What are pull and push mvc architecture and which architecture does struts2 follow?