Monday 24 October 2016

JDBC steps

Common steps

There are mainly 5 steps to connect to any database.
    1. Register the driver.
    2. Create the Connection object.
    3. Create the Statement object.
    4. Execute the Queries.
    5. Close the connection.
Thanks for your time.
Nireekshan