What are the types of
statements in JDBC?
Statement: to be used
createStatement() method for executing single SQL statement PreparedStatement —
To be used preparedStatement() method for executing same SQL statement over and
over. CallableStatement — To be used prepareCall() method for multiple SQL
statements over and over.
Blog Author: Vijay Kumar
No comments:
Post a Comment