How we say that PreparedStatment is Precompiled? where it
will be compiled?
Answer Posted / venkatesh.t
prepared Statements are compiled at database server side.
Once the statement is passed to the database the Statement
is parsed for validness 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.
Finally parsing of the statement is done at server side that
to only once.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Is jdbc faster than odbc?
What is jdbc thin client?
Discuss the procedure of retrieving warnings?
What is jdbc connection?
Why do we need jdbc driver?
What is meant by jdbc and odbc?
How many ways can you update a result set?
What is DML?
What is ODBC and JDBC? How do you connect the Database?
What is executequery in java?
What does executeupdate return in jdbc?
What is difference between statement and preparedstatement in jdbc?
How do java applications access the database using jdbc?
How can you create jdbc statements?
Which of the attributes in the monitoring tab for a jdbc connection pool in the administrative console tell us how many clients are currently waiting for a connection?