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
What are the measures to connect to the db using jdbc?
There is a method getColumnCount in the JDBC API. Is there a similar method to find the number of rows in a result set?
Where can I find ojdbc14 jar file?
How to test jdbc connection to sql server?
Is not bound in this context unable to find jdbc spring boot?
Is it possible to connect to multiple databases simultaneously?
How do I know which jdbc driver to use?
What are the different types of classes in the api component?
What does executequery return in java?
How to get the Database server details in java program?
What are the types of jdbc drivers that exist?
What is jdbc in dbms?
What is the purpose of the jdbc resultset interface?
Give an example for execution of sql statement.
Differentiate between type_scroll_insensitive and type_scroll_sensitive.