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
What is the advantage of namedparameterjdbctemplate?
What is a rollback in jdbc?
What is new in JDBC 2.0?
Is jdbc a framework?
How does a file store compare with a jdbc store?
What are the different types of lockings in jdbc?
Which jdbc driver is the fastest driver?
Is jdbc open source?
What are the advantages of collection pools?
What is the purpose of the jdbc resultset interface?
what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
What is setautocommit in jdbc?
How do I find ojdbc jar version?
What is in term of jdbc a datasource?
Explain the role of driver in jdbc.