Using the autocommit method provided by the connection object.:we can perform transactions through jdbc by establishing a connection..jdbc stands for java database connectivity..there are some drivers available to bridge the connection between java and database..here we perform transactions like insert,update,delete by using sql commands:first you must open a connection with the DB by using a JDBC DB driver that is specific to the target DB.:Transaction or Transaction management is not just opening a connection, doing some transactions and closing.
Category:Java Interview Questions
No comments:
Post a Comment