A)
->statement object is used for submitting any kind of SQL statement from the JDBC application to the DBMSs.
->If same SQL statement is required to be submitted repeatedly to the DBMS (of course with different set of values) java.sql.Statement object should not be used for performance reasons.
Comments
Post a Comment