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 dml and ddl?
I have the choice of manipulating database data using a byte[] or a java.sql.blob. Which has best performance?
When does the result for an sql statement return null?
Is jdbc object oriented?
Does JDBC support stored procedures?
What happens if connection is not closed in jdbc?
What is metadata in java programming?
What are the standard isolation levels defined by JDBC?
What are the different classes through which JDBC represents statements?
What is resultset?
What is a jdbc driver and how many jdbc drivers are available?
What isolation level is used by the DBMS when inserting, updating and selecting rows from a database?
What is odbc and jdbc?
What is jdbc servlet?
In which ways is driver class is registered with drive manager?