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


Please Help Members By Posting Answers For Below Questions

What is difference between java.util.Date and java.sql.Date?

708


How to retrieve warnings in jdbc?

698


What is the meaning of “dirty read” in the database?

743


How many rowset are available in jdbc?

813


What is jdbc and explain jdbc architecture?

684


Where can I find ojdbc14 jar file?

672


How to use JDBC to connect Microsoft Access?

785


What is JDBC ResultSet?

771


Explain in detail about JDBC and its general features?

699


What are dml and ddl?

707


What is the JDBC?

721


What is the use of statement in jdbc?

652


What is 2 phase commit?

826


What is the use of dialect?

725


Why “no suitable driver” error occurs?

795