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
If you are truncated using JDBC, how can you that how much data is truncated?
What are the new features available in jdbc 4.0?
Write an sql to find all records having all upper case alphanumeric characters in a field ?
How can I get information about foreign keys used in a table?
What is executeupdate in java?
How to insert an image or raw data into database?
How can we store and retrieve images from the database?
How data can be inserted into long row column of database?
Why is jdbc used?
Which is faster jdbc or odbc?
Explain jdbc savepoint?
Why hibernate is better than jdbc?
What are database warnings in jdbc and how can we handle database warnings in jdbc?
Where jdbc drivermanager class is used?
Explain the various types of locking system in jdbc?