Monday 24 October 2016

why JDBC

Why should we learn JDBC

  • Once we are good at JDBC then we can work with any type of Database
  • JDBC API will help us to do the below things,
      • Creating the connection to the database
      • Creating the SQL statements
      • Executing the SQL queries
      • Update the database records.
Thanks for your time.
Nireekshan.