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
Explain the various types of locking system in jdbc?
Can I use JDBC to execute non-standard features that my DBMS provides?
Jdbc-odbc bridge is multi-threaded or not?
What is the benefit of having jdbcrowset implementation? Why do we need a jdbcrowset like wrapper around resultset?
What is jdbc connection class?
Describe the steps needed to execute a sql query using jdbc.
What is JDBC DataSource and what are it’s benefits?
What is isolation level? How to set it?
What is jdbc driver manager?
What is jdbc dialect?
Give a way to check that all result sets have bin accessed and update counts are generated by execute method.
How does jdbc driver work?
How to set the attribute concurrency in resultset?
What is a jdbc url?
When do we get java.sql.SQLException: No suitable driver found?