Mohan's SpringBook
Spring Interview Questions
ContactUs
Please send your Questions & Answers or Feedback to "mohan@javabook.org"
JDBC : How to execute Insert,Update,Delete using core JDBC ?
In core JDBC, to execute the Insert,Update and Delete queries....
1.Create the Connection object.
2.Create the Statement object.
3.Execute the Statement.[executeUpdate()].
4.Exception Logic.
5.Transaction Logic.
Newer Post
Older Post
Home