What is the use of prepared statement?Ans:used to execute
pre compiled statement...so the question is when that
precompiled statement will be execute or
comiple?................
Answer Posted / nagashree
Prepared statements are used due to its 2 advantages.
Advantages:
1) We can give dynamic values.
2) The statement will be compiled only once, it need not be
compiled each & every time we give new values.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Differentiate between a statement and a preparedstatement.
What is jdbc databasemetadata interface?
What is createstatement method in java?
What is the fastest type of JDBC driver?
What are the main components of JDBC ?
Where can I find ojdbc14 jar file?
What are the three parts of a jdbc url?
How can I create a custom RowSetMetaData object from scratch?
What are the factors that the jdbc driver performance depends upon?
Explain the locking system in jdbc & its types?
What is jdbc driver?
What is sqlwarning?
What are common JDBC Exceptions?
What is jdbc dialect?
What is use of connection pooling?