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 jdbc and odbc?
Discuss the significances of jdbc.
What are the differences between setmaxrows(int) and setfetchsize(int)?
what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
What is jdbc and why is it required?
How to set the attribute concurrency in resultset?
What are the steps to connect to a database in java?
Are all the required JDBC drivers to establish connectivity to my database part of the JDK?
What are the packages are used in jdbc?
What are the flow statements of jdbc?
How many categories of jdbc drivers are there?
What is jdbc dialect?
Can we return resultset in java?
Explain the process of creating tables using NetBeans IDE?
What is the query used to display all tables names in SQL Server (Query analyzer)?