What is a PreparedStatement?
Answers were Sorted based on User's Feedback
Answer / umamaheswari
PreparedStatement used to send SQL Statement to the Database
It not only contains the SQL Statement ,but also the
precompiled SQL Statement.It means that when the
PreparedStatement is executed ,the DBMS just run the SQL
Statement without compiling it
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / ganesan
If you want to execute a Statement object many times, it
normally reduces execution time to use a PreparedStatement
object instead.
| Is This Answer Correct ? | 5 Yes | 1 No |
Where is ojdbc14 jar located?
What is static Synchronized method in JDBC API? Give an example?
3 Answers 3 Edge Solutions, R Systems, Sirvisetti Global Services,
What is odbc. how is it related to sql cli?
PreparedStatement is a pre compiled statement but where it's pre compiled ?
Does the JDBC-ODBC Bridge support multiple concurrent open statements per connection?
Explain the JDBC Architecture?
How are jdbc statements used?
What are static and dynamic queries?
How to find that, a row is updated or not?
Is odbc an api?
What are collection pools?
What are the 4 types of jdbc drivers?