How to create Connection interface object because it is
Interface , Interface is not instansiated?
Answer Posted / .t.v.harish
Connection is an interface from java.sql package, for which
getConnection(_) was return an anonymous inner class object
of the Connection interface.
Note:- Anonymous inner class is a nameless inner class,
which can be sued to provide an implementation either for
the interfaces or for abstract classes.
T.V.HARISH
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
Where can I find ojdbc14 jar file?
Why do we need jdbc driver?
How can you make a connection?
Is jdbc a middleware?
What is database deadlock ?
What are types of jdbc drivers?
Is jdbc database independent?
What is ojdbc14 jar?
How do I stop nullpointerexception?
Which interface handles transaction management in jdbc?
What is the full form of jdbc?
What is jdbc odbc?
How to insert an image or raw data into database?
What is metadata in programming?
Explain about multiple implementations and drive manager?