How to create Connection interface object because it is
Interface , Interface is not instansiated?
Answer Posted / kranthikumar.ch
Connection is Interface which cannot be instantiated but
can be referenced.
The DriverManager Class can provide the implementation for
that Connection interface.
Means rather than creating creating an object to
DriverManager Class creating reference to Connection
interface.
| Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
Which is better odbc or jdbc?
What are the jdbc statements?
What are temp tables ?
How to invoke Oracle Stored Procedure with Database Objects as IN/OUT?
What is the use of callablestatement? Name the method, which is used to prepare a callablestatement.
What is jdbc and jdbc drivers?
What is ojvm used for?
Is jdbc secure?
How do you insert images into database using jdbc?
What is jsp and jdbc?
Where can I find ojdbc14 jar file?
What are the common jdbc exceptions?
any one can explain about policy file rule? when i connect database with applet then ther is no compile time error but the run time error is occureed.i.e access is denied.policy file rule is related to this problem.
Explain about the Try Block?
Why are we using blob datatypes in jdbc?