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 are jdbc?
What are the different types of classes in the api component?
List the advantages of using datasource?
What are dml and ddl?
What is jdbc databasemetadata interface?
java based application for hospital management
What is java soft framework?
What does executeupdate return in java?
What is JDBC Transaction Management and why do we need it?
What are the higher level apis under development on top of jdbc currently?
How does a custom RowSetReader get called from a CachedRowSet?
How does jdbc connect to database?
What is ODBC and JDBC? How do you connect the Database?
Write an sql to find all records having all numeric characters in a field ?
What does the jdbc resultset interface?