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
Can we return resultset in java?
What is odbc. how is it related to sql cli?
How do I start debugging problems related to the JDBC API?
What is jdbc odbc bridge?
Why do I have to reaccess the database for Array, Blob, and Clob data?
What is the execute method in java?
Is jdbc connection secure?
What is the advantage of namedparameterjdbctemplate?
What is createstatement method in java?
What is the difference between ojdbc6 and ojdbc7?
What is the role of the jdbc drivermanager class?
What are the basic exceptions in jdbc?
What are the different types of locking in JDBC?
What is the role of jdbc drivermanager class?
How to update a resultset programmatically?