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
Does jdbctemplate use prepared statements?
Explain the various types of locking system in jdbc?
What is the return type of class.forname() method?
How a database driver can be loaded with jdbc 4.0 / java 6?
Where jdbc drivermanager class is used?
What is @entity in java?
What is an SQL Locator?
Can I enable requests to a jdbc connection pool for a database connection to wait until a connection is available?
What is getconnection method in java?
Why prepared statements are faster?
How does a custom RowSetReader get called from a CachedRowSet?
When do we use execute method in java jdbc?
What does the jdbc resultsetmetadata interface?
What is odbc and jdbc?
What is jdbc and jpa?