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 class.forname does, while loading the drivers?
How to check jdbc driver version in websphere?
Which package contains jdbc api?
What are the jdbc statements?
What causes no suitable driver error?
What is dburl?
What is xe in oracle jdbc url?
What is SQL Warning? How to retrieve SQL warnings in the JDBC program?
What is use of connection pooling?
Does the database server have to be running Java or have Java support in order for my remote JDBC client app to access the database?
What is the benefit of having jdbcrowset implementation? Why do we need a jdbcrowset like wrapper around resultset?
How do I start debugging problems related to the JDBC API?
What are the considerations for deciding on transaction boundaries?
What is jdbc drivers in java?
What are 4 drivers available in JDBC? At what situation are four of the drivers used?