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


Please Help Members By Posting Answers For Below Questions

What is the advantage of namedparameterjdbctemplate?

720


What is a rollback in jdbc?

703


What is new in JDBC 2.0?

757


Is jdbc a framework?

670


How does a file store compare with a jdbc store?

870


What are the different types of lockings in jdbc?

694


Which jdbc driver is the fastest driver?

789


Is jdbc open source?

645


What are the advantages of collection pools?

734


What is the purpose of the jdbc resultset interface?

709


what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();

4684


What is setautocommit in jdbc?

672


How do I find ojdbc jar version?

684


What is in term of jdbc a datasource?

678


Explain the role of driver in jdbc.

775