How we say that PreparedStatment is Precompiled? where it
will be compiled?

Answer Posted / dsr

When ever call the preparedstatement at firsttime,at that
time, the statement will be parsing as a query string and
create the object. This function will be doing in
serverside.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is database connection pooling? Advantages of using a connection pool?

543


What does jdbc do?

531


What is savepoint in jdbc?

516


How can you create jdbc statements?

538


If I use the JDBC API, do I have to use ODBC underneath?

606






What is createstatement method in java?

516


What is the meaning of “dirty read” in the database?

567


What is the latest version of JDBC? What are the new features added in that?

525


What is jdbc and odbc in java?

500


What is ojdbc?

532


Which interface is responsible for transaction management in jdbc?

464


When do we get java.sql.SQLException: No suitable driver found?

549


code to insert values/rows into oracle database from a java swing textfield when a button is pressed(using preparedstatements)

3887


Explain the difference between inner and outer join ?

516


Why do we use jdbc?

518