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
What is a jdbctemplate?
What is jndi lookup?
How are jdbc statements used?
What is jdbc thin client?
What is the difference between executing, executequery, executeupdate in jdbc?
How many categories of jdbc drivers are there?
What are different types of ResultSet?
What is represented by the connection object?
Explain how data flows from view to db and reverse
What is a jdbc connection string?
How to invoke Oracle Stored Procedure with Database Objects as IN/OUT?
How does a file store compare with a jdbc store?
What is odbc and jdbc in dbms?
What is the meaning of batch updates?
What class.forname will do while loading drivers of jdbc?