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 |
Which jdbc driver type s is are the jdbc odbc bridge?
Discuss the procedure of retrieving warnings?
What is layer in communication?
What is the role of jdbc drivermanager class?
What are JDBC Best Practices?
What is connection commit?
how you will execute the many tables data
How to find that, a row is updated or not?
How many types of JDBC Drivers are present and what are they?
How do we call a stored procedure from jdbc?
Explain the sequence of steps to connect to the database?
Hi friends, In JDBC 4 drivers are there among this which driver is best and why it is best.Which driver is most commonly used in web applications.