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
How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?
What is jdbc and odbc in java?
What are different types of ResultSet?
What are the ddl statements?
How to insert and delete a row programmatically? (new feature in JDBC 2.0)
What is a jdbc connection pool?
explain about special characters?
How MS-Access DB can be accessed over a network, using JDBC API?
How to connect html page to database using jdbc?
Which package is used for jdbc application?
What is jdbc oracle thin?
How can I instantiate and load a new CachedRowSet object from a non-JDBC source?
What is an escape syntax?
What is jdbc in java?
What are the jdbc drivers in java?