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

What do you mean by jdbc batch processing and what are the advantages of using jdbc batch processing?

511


How can I manage special characters when I execute an insert query?

514


What are the jdbc statements?

559


How to insert an image or raw data into database?

552


Can I set up a connection pool with multiple user IDs? The single ID we are forced to use causes problems when debugging the DBMS.

521






How to invoke Oracle Stored Procedure with Database Objects as IN/OUT?

581


What driver should I use for scalable Oracle JDBC applications?

502


How can I get information about foreign keys used in a table?

528


What is batch processing and how to perform batch processing in jdbc?

510


Is not bound in this context unable to find jdbc spring boot?

495


What is ojdbc14 jar?

498


What is dburl?

580


What is meant by jdbc and odbc?

485


What is a java driver?

500


How to retrieve warnings in jdbc?

525