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 do you mean by database connection pooling?
Explain about the Try Block?
What is the feature of jdbc v4?
What is JDBC Statement?
What is the purpose of the jdbc resultset interface?
What is use of connection pooling?
What are the new features added to JDBC 4.0?
Explain what should be done when a SQL exception is raised?
What are the jdbc statements?
What are the higher level apis under development on top of jdbc currently?
What port does jdbc use?
What is jdbc and its advantages?
Is it possible to connect to multiple databases simultaneously? Using single statement can one update or extract data from multiple databases?
What are the different classes through which JDBC represents statements?
What are the classes and methods used for sending sql statements to database?