Unit 25: JAVA DATABASE CONNECTIVITY JDBC
● Installing MySQL Database and making some tables in it
● java.sql package
● JDBC Drivers
● Connection Interface
● Statement and Prepared Statement Interfaces
● ResultSet Interface
● Firing select, insert, update and delete queries with database using Java
● JDBCLooping the ResultSet.
Next
Unit 26: My SQL