What is a PreparedStatement?
Answers were Sorted based on User's Feedback
Answer / umamaheswari
PreparedStatement used to send SQL Statement to the Database
It not only contains the SQL Statement ,but also the
precompiled SQL Statement.It means that when the
PreparedStatement is executed ,the DBMS just run the SQL
Statement without compiling it
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / 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 |
What is executeupdate in java?
What is JDBC Connection? Explain steps to get Database connection in a simple java program.
Which interface handles transaction management in jdbc?
What are the differences between setmaxrows(int) and setfetchsize(int)?
What is jdbc vs odbc?
What is Type-3 Driver and when this driver is used?
Is jdbc open source?
How do I stop nullpointerexception?
How can we move the cursor in a scrollable result set?
Is JDBC a language or Application?
What are the different types of statements?
what exactly happens when we execute "Class.forname("Driver class name");"?Explain indetail
10 Answers Accenture, HP, IBM, Infosys, SAP Labs, SAS, Sasken, Trigent, Wipro,