How to create Connection interface object because it is
Interface , Interface is not instansiated?
Answer Posted / satish.svu
Connection is an interface, but the implementation class is
provided by the third party,
Here Connection interface object means the implementation
class object
Is This Answer Correct ? | 18 Yes | 0 No |
Post New Answer View All Answers
What are the different types of locking in JDBC?
What is JDBC Batch Processing and what are it’s benefits?
What do you understand by DDL and DML statements?
What are the types of statements in jdbc?
What do you mean by odbc?
What is the latest version of JDBC? What are the new features added in that?
What do you mean by jdbc batch processing and what are the advantages of using jdbc batch processing?
Which jdbc driver type s is are the jdbc odbc bridge?
Prepared statements are faster. Why?
What are JDBC Best Practices?
Describe odbc?
How can we execute stored procedures using callablestatement?
Why do we need jdbc api?
What is the use of setFetchSize() and setMaxRows() methods in Statement?
How to retrieve warnings in jdbc?