Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How to create Connection interface object because it is
Interface , Interface is not instansiated?

Answer Posted / anand

We can not create object to any interface but we can create a reference variable to interface. Connection is an interface released by SUN micro system.Once interface released anybody in this world can provide implementation,provide implementation means writing down the code for all the methods of that inteface. As we know that Connection is an interface relased by sun micro system and Oracle corporation provide implementation class to that inteface and this class is called "Connetion class".We can create the reference variable to Connection interface and this reference variable hold the object of class which provide the implementation to Connection class.
DriverManager is also an interface and this interface contains a static method getConnection(), this method returns the object of a class which provide implementation of Connection interface.

Is This Answer Correct ?    0 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I get information about foreign keys used in a table?

919


What is a jdbctemplate?

888


How we can you use preparedstatement.

927


What is new in JDBC 2.0?

964


What are the different types of classes in the api component?

929


How can we maintain the integrity of a database by using jdbc?

996


What do you mean by odbc?

966


How can you retrieve data from the resultset using jdbc?

998


Why do we need jdbc driver?

840


What is a datasource in java?

919


What is batch processing and how to perform batch processing in jdbc?

883


What is java soft framework?

945


Explain the steps in writing a java program using jdbc?

874


Can we have foreign key reference to a non primary key column ?

920


Write an sql to find all records having all upper case alphanumeric characters in a field ?

903