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 / syed sadhik
It’s just pre compile SQL while run time it’s execute query.
Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
How to know howmuch data is truncated?
What is JDBC Connection isolation levels?
How many categories of jdbc drivers are there?
What is batch processing and how to perform batch processing in jdbc?
What is the use of dialect?
How to make updates to updatable result sets in jdbc?
Can I enable requests to a jdbc connection pool for a database connection to wait until a connection is available?
Explain creation of statement object with connection method create method with help of an example.
What happens if we don't close the connection in jdbc?
What is jdbc servlet?
What class.forname does, while loading the drivers?
What are the advantages of database connection pooling?
Does sql allow null values ? Can we use it within where clause ?
How do I set properties for a JDBC driver and where are the properties stored?
Is jdbc open source?