Wednesday 1 October 2014

various ways to create Connection object

You can create a Connection object in more than one way.
    a. Using java.sql.DriverManager class
    b. Using Java.sql.Driver interface
    c. Using javax.sql.DataSource interface
    d. Using javax.sql.PooledConnection interface



Prevoius                                                 Next                                                 Home

No comments:

Post a Comment