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
Explain the various types of locking system in jdbc?
How do I insert an image file (or other raw data) into a database?
Are all the required JDBC drivers to establish connectivity to my database part of the JDK?
How to use JDBC API to call Stored Procedures?
How can we move the cursor in a scrollable result set?
What is meant by connection string?
What is a jdbc url?
What does the jdbc connection interface?
What is the major difference between java.util.date and java.sql.date data type?
How can I know when I reach the last record in a table, since JDBC doesn't provide an EOF method?
Is jdbc faster than hibernate?
Why “no suitable driver” error occurs?
Explain jdbc savepoint?
Explain in detail about JDBC and its general features?
What is JDBC ResultSet?