Answer Posted / 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 |
Post New Answer View All Answers
What are the basic exceptions in jdbc?
What is the difference between jdbc and jndi?
What are 4 drivers available in JDBC? At what situation are four of the drivers used?
What are the conditions applies to varchar variable, when using in procedures?
What are the jdbc drivers in java?
Give an example for getXXX method?
What are the advantages of collection pools?
How can we maintain the integrity of a database by using jdbc?
What is dburl?
What is jdbc connection string?
How do we load the drivers?
What is jdbc and its advantages?
How can I retrieve a String or other object type without creating a new object each time?
How many packages are available in jdbc api?
Is jdbctemplate thread safe?