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
How java can be connected to a database?
What is the reason why we need a jdbcrowset like the wrapper around resultset?
What is the return type of execute, executequery and executeupdate?
What does the connection object represents?
What are the types of jdbc drivers that exist?
What are temp tables ?
Write a program JDBCcode forfetching student database with SQL.
What is jdbc type?
What are the ddl statements?
Why “no suitable driver” error occurs?
How are jdbc statements used?
How can I use the JDBC API to access a desktop database like Microsoft Access over the network?
There is a method getColumnCount in the JDBC API. Is there a similar method to find the number of rows in a result set?
What are the measures to connect to the db using jdbc?
Why do we use jdbc statements?