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
Why jdbc is used in java?
What is JDBC API and when do we use it?
Explain the difference between inner and outer join ?
What is in terms of jdbc a datasource?
What are the advantages of using jdbc datasource?
How we store procedure in oralce for callable statements in jdbc
Explain the life cycle of jdbc.
What are the measures to connect to the db using jdbc?
How does jdbc driver work?
Does jdbc use ssl?
What are the jdbc api components?
How can we store and retrieve images from the database?
Where can I find info, frameworks and example source for writing a JDBC driver?
Which jdbc driver type s is are the jdbc odbc bridge?
What is new in JDBC 2.0?