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...

Driver manager is a class/interface.

Answer Posted / amarajagan

DriverManager is a Class as part of javax.sql.*; package.The
purpose of DriverManager is to register the JDBC Driver and
to get the Connection Object
--->DriverManager.registerDriver(new
Oracle.jdbc.driver.OracleDriver());
--->Connection
con=DriverManager.getConnection("jdbc:oracle:thin:@localhost:1521:xe","scott","tiger");

Is This Answer Correct ?    15 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between message driven beans and stateless session beans?

1028


What do you mean by ejbdoclet?

1106


What is ejb bean in java?

1134


What’s new in the ejb 2.0 specification?

1080


What are the limitations of using local object?

1228


What do you mean by timer service and where it is used?

1047


Write the basic requirement of a cmp entity based class in 2.0 from ejb 1.1?

1066


What is the meaning of acid in the connection of transaction management?

1101


What is the new basic requirement for a cmp entity bean class in 2.0 from that of ejb 1.1?

1027


What causes statelessness?

972


How does the server decide which beans to passivate and activate?

1241


What’s the difference between hibernate and ejb 3?

1064


What is stateless authentication?

1182


Can remove() be a Stateless Session bean?

1127


Explain what is an EJB Context?

1107