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
What is an odbc driver?
Where can I find info, frameworks and example source for writing a JDBC driver?
What is jdbc class forname?
What is jdbc odbc bridge?
How do I stop nullpointerexception?
When do we use execute method in java jdbc?
What is jdbc and its advantages?
Explain the steps in writing a java program using jdbc?
What are collection pools?
What is jdbc explain?
What is jdbc? Describe the steps needed to execute a sql query using jdbc.
How to know howmuch data is truncated?
Give steps to connect to the db using jdbc?
What are the components of jdbc?
How the JDBC application works?