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 major difference between java.util.date and java.sql.date data type?
Why should we close database connections in java?
What are different parts of a url?
What is the most common example type 1 driver?
Explain the locking system in jdbc & its types?
What are the different classes through which JDBC represents statements?
What do you mean by two phase commits?
What is resultset?
What does the jdbc resultsetmetadata interface?
What do you understand by jdbc statements?
Explain the locking system in jdbc?
How can we execute stored procedures using callablestatement?
How many types of statements are there in jdbc?
Why we use jdbc instead of odbc?
What does the jdbc databasemetadata interface?