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
Which jdbc drivers will run your program?
How do you insert images into database using jdbc?
What is jdbc databasemetadata interface?
What is the fastest type of JDBC driver?
What do you understand by jdbc datasource?
Explain jdbc savepoint?
How can I use the JDBC API to access a desktop database like Microsoft Access over the network?
How do I know which jdbc driver to use?
What is dburl?
explain about special characters?
What is the purpose of the jdbc resultset interface?
Explain the life cycle of jdbc.
What are the jdbc drivers in java?
How many types of jdbc drivers are there?
What is the difference between setmaxrows(int) and setfetchsize(int)?