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
Why jdbc is used in java?
What are 4 drivers available in JDBC? At what situation are four of the drivers used?
Can I enable requests to a jdbc connection pool for a database connection to wait until a connection is available?
How are jdbc statements used?
What is statement and preparedstatement in java?
How to test jdbc connection to sql server?
Briefly tell about the jdbc architecture.
What is JDBC API and when do we use it?
How do I find jdbc version?
Name the types of jdbc drivers.
What is ODBC and JDBC? How do you connect the Database?
What are the factors that the jdbc driver performance depends upon?
What are the considerations for deciding on transaction boundaries?
What are database warnings in jdbc and how can we handle database warnings in jdbc?
What class.forname will do while loading drivers of jdbc?