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

Answer Posted / paks chaudhary

prepared Statements are compiled at database server side.
Once the statement is passed to the database the Statement
is parsed for valid and checked weather the table exist
or not .if the statement is valid the server holds the
statement object and process the multiple request from the
client.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Briefly tell about the jdbc architecture.

557


Why can't Tomcat find my Oracle JDBC drivers in classes111.zip?

575


What are the different types of JDBC drivers?

619


Is possible to open a connection to a database with exclusive mode with JDBC?

546


What is @entity in java?

530






What are the steps required to execute a query in jdbc?

532


Why do we need a jdbcrowset like wrapper around resultset?

778


How can we move the cursor in a scrollable result set?

549


Describe the steps needed to execute a sql query using jdbc.

553


What is thin driver in jdbc?

510


What is the jdbc rowset?

546


What is jdbc thin client?

505


Write an sql to find all records having all numeric characters in a field ?

493


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

567


Explain the difference between rowset vs. Resultset in jdbc?

579