1.

What are the different types of JDBC Statements?

Answer»

Types of statements are

  • Statement − regular SQL statement.

  • PreparedStatement − more efficient than statement due to pre-compilation of SQL.

  • CallableStatement − to call stored procedures on the database.



Discussion

No Comment Found