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
What is the use of the statement in jdbc?
What is jdbc and its advantages?
How many packages are available in jdbc api?
Which database is used for java?
Explain different types of locks in jdbc?
What is jdbc and odbc in java?
How does a custom RowSetReader get called from a CachedRowSet?
Where can I find ojdbc14 jar file?
What is connection data?
How to use JDBC API to call Stored Procedures?
What causes the "No suitable driver" error?
What are the main steps in java to make JDBC connectivity?
Explain about the Try Block?
What is jdbc explain?
Is there another way of dealing with the result set that could execute faster?