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

Explain the sequence of steps to connect to the database?

Answer Posted / william

An alternate, and preferred way, to using the DriverManager class is to use a DataSource object.

1. The data source is registered on the server side, which stores connection information, like: host, port, sid, credentials (optional), driver to use, etc.

2. The application gets a handle on the data source through a JNDI lookup.

3. The DataSource object is a connection factory and you can invoke .getConnection()

One of the reasons it is preferred over the DriverManager is because it is more flexible. The connection information is taken out of the code, therefore if changes need to be made - such as the machine the db resides on, the driver, etc - the application does not have to be recompiled and redeployed.

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to set the attribute concurrency in resultset?

975


How can you make a connection?

1039


What is metadata in java programming?

1092


Why do we need jdbc api?

1039


What does jdbc stand for?

993


What causes the "No suitable driver" error?

1142


What are the factors that the jdbc driver performance depends upon?

1035


What is a jdbc connection?

952


How java can be connected to a database?

1162


Which package contains jdbc api?

1095


Is jdbc connection secure?

1013


What is meant by jdbc and odbc?

946


What is JDBC Statement?

1047


What are the advantages of using preparedstatement over statement?

1079


How many types of jdbc drivers are available?

988