What does the connection object represents?
No Answer is Posted For this Question
Be the First to Post Answer
What are clob and blob data types in jdbc?
Compare jdbc and odbc and how is jdbc required in this context.
What is type 4 jdbc driver?
What causes no suitable driver error?
Name the types of jdbc drivers.
What is jdbc odbc bridge?
Why is jdbc needed?
What are the main steps in java to make JDBC connectivity?
What are the differences between setmaxrows(int) and setfetchsize(int)?
Describe odbc?
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?................
Is jdbctemplate thread safe?