Sunday, August 23, 2020

What is Transactions in JDBC/EJB/Hibernate

 Transaction is based on the concept of ALL OR NONE

A Transaction must fulfill ACID properties.

No comments:

Post a Comment

Python script to show Laptop Battery Percentage

Source:  https://www.geeksforgeeks.org/python-script-to-show-laptop-battery-percentage/ # python script showing battery details  import psut...