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
How to test jdbc connection to sql server?
Is jdbc a protocol?
Which database is used for java?
How many categories of jdbc drivers are there?
What does executeupdate return in jdbc?
How many rowset are available in jdbc?
What are common JDBC Exceptions?
How can we disable a constraint ?
What is type 4 jdbc driver?
What is resultset?
Does sql allow null values ? Can we use it within where clause ?
Is jdbc an api?
Is it possible to connect to multiple databases simultaneously?
Describe how the jdbc application works.
What is Apache DBCP API?