Answer Posted / ganesan
If you want to execute a Statement object many times, it
normally reduces execution time to use a PreparedStatement
object instead.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Can I set up a connection pool with multiple user IDs? The single ID we are forced to use causes problems when debugging the DBMS.
What is serialization and deserialization in java programming?
What isolation level is used by the DBMS when inserting, updating and selecting rows from a database?
Is uri the same as url?
What is jdbc oracle thin?
What is JDBC Connection isolation levels?
What is encrypted connection?
Which database is used with java?
What is an escape syntax?
How can we store the file in the oracle database?
What is the benefit of having jdbcrowset implementation? Why do we need a jdbcrowset like wrapper around resultset?
Why do I have to reaccess the database for Array, Blob, and Clob data?
What is use of connection pooling?
What are the utilities of the callablestatement?
What does executequery return in java?