1. What are the steps to connect to the database in java? 2. What are the JDBC API components? 3. What are the JDBC statements? 4. What is the difference between Statement and PreparedStatement interface? 5. How can we execute stored procedures and functions? 6. What is the role of JDBC DriverManager class? 7. What does the JDBC Connection interface? 8. What does the JDBC ResultSet interface? 9. What does the JDBC ResultSetMetaData interface? 10. What does the JDBC DatabaseMetaData interface? 11. Which interface is responsible for transaction management in JDBC? 12. What is batch processing and how to perform batch processing in JDBC? 13. How can we store and retrieve images from the database