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
What is the latest version of JDBC? What are the new features added in that?
What are four types of JDBC driver?
How do I write Greek ( or other non-ASCII/8859-1 ) characters to a database?
What is jdbc and odbc in java?
What is jdbc odbc connection?
Briefly tell about the jdbc architecture.
What is “dirty read” in JDBC? Which isolation level prevents dirty read?
What is Apache DBCP API?
What are the three basic components of the odbc architecture?
What are restrictions on triggers?
What does the connection object represents?
Give steps to connect to the db using jdbc?
Is jdbc a protocol?
What is the execute method in java?
Give an example for execution of sql statement.