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
How to check jdbc connection in linux?
What is a rollback in jdbc?
What does the jdbc databasemetadata interface?
How can I create a custom RowSetMetaData object from scratch?
What is a statement in java?
What are the measures to connect to the db using jdbc?
What is the use of the statement in jdbc?
How do I insert an image file (or other raw data) into a database?
What is a jdbc connection string?
Does jdbctemplate close connection?
What is the function of setautocommit?
What is the major difference between java.util.date and java.sql.date data type?
What is drivermanager in java?
What is a merge field?
How do I find ojdbc jar version?