What does jdbc do?
No Answer is Posted For this Question
Be the First to Post Answer
Is jdbc a framework?
Explain some new features available in jdbc 4.0?
Which type of JDBC driver is the fastest one?
List the advantages of using datasource?
Different statements in JDBC?
Can I use JDBC to execute non-standard features that my DBMS provides?
What is jdbc connection interface?
Which jdbc driver is the fastest driver?
Under what circumstances, that all four drivers are used?
What is the exception thrown by JDBC ?
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?................
What is the benefit of having jdbcrowset implementation? Why do we need a jdbcrowset like wrapper around resultset?