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 measures to connect to the db using jdbc?
What is ojvm used for?
What is jdbc url for mysql?
What are the new features added to JDBC 4.0?
What is an escape syntax?
What is jdbc odbc bridge?
What do you mean by jdbc batch processing and what are the advantages of using jdbc batch processing?
How can I manage special characters when I execute an insert query?
How to invoke Oracle Stored Procedure with Database Objects as IN/OUT?
How to know howmuch data is truncated?
What does the jdbc driver interface do?
Which type of driver provides jdbc access via one or more odbc drivers?
What do you understand by jdbc datasource?
Which package is used for jdbc application?
What are the advantages of database connection pooling?