How to create Connection interface object because it is
Interface , Interface is not instansiated?
Answer Posted / mohd gousuddin
Connection is an interface which can not be instantiated but
can be referenced. The DriverManager Class is a Factory
class which contains a factory method called
getConnection(). this method creates and returns connection
object, that object can be assigned to Connection interface
referance variable.
Is This Answer Correct ? | 22 Yes | 2 No |
Post New Answer View All Answers
What is difference between java.util.Date and java.sql.Date?
How to retrieve warnings in jdbc?
What is the meaning of “dirty read” in the database?
How many rowset are available in jdbc?
What is jdbc and explain jdbc architecture?
Where can I find ojdbc14 jar file?
How to use JDBC to connect Microsoft Access?
What is JDBC ResultSet?
Explain in detail about JDBC and its general features?
What are dml and ddl?
What is the JDBC?
What is the use of statement in jdbc?
What is 2 phase commit?
What is the use of dialect?
Why “no suitable driver” error occurs?