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 / anjani kumar jha
prepared statement work same as the statement,but there r
some differences.
wen u submitting the query first time following things happened
1)compiling the query
2)executing the query
3)sending results back to the program
2nd time onwards
1)executing the query directly
2) sending results back to the program
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Where is jdbc used?
What is jdbc driver for sql server?
What is @entity in java?
What types of DataSource objects are specified in the Optional Package?
What is resultset?
What packages are used by jdbc?
What is jdbc and jpa?
Why do we use jdbc in java?
What is drivermanager in java?
What is the difference between executing, executequery, executeupdate in jdbc?
What driver should I use for scalable Oracle JDBC applications?
How do I start debugging problems related to the JDBC API?
What is type 4 jdbc driver?
Expalin the method of calling a stored procedure from jdbc.
Briefly tell about the jdbc architecture.