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
How many ways can you update a result set?
What is jdbc dialect?
What is transaction processing in jdbc?
What is sqlwarning?
What does the jdbc driver interface do?
What is benefit of using preparedstatement in java?
How do I connect to jdbc?
What is the purpose of the jdbc resultset interface?
Where is ojdbc14 jar located?
What are the main steps in java to make JDBC connectivity?
What is JDBC ResultSet?
What are the steps involved in establishing a connection using jdbc in java?
What is the return type of class.forname() method?
What are the factors that the jdbc driver performance depends upon?
Are all the required JDBC drivers to establish connectivity to my database part of the JDK?