Explain the sequence of steps to connect to the database?
Answer Posted / v.kannan
1.Register the Driver
2.Mention the Database Name
3.get the Connection through Driver Manager
4.send the Sql Query
5.get the result through ResultSet
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is the use of the statement in jdbc?
Why resultset is used in java?
What is connection commit?
What is the purpose of jdbc resultset interface?
Which Java and java.sql data types map to my specific database types?
What is JDBC API and when do we use it?
What is jdbc architecture in java?
Is uri the same as url?
What are the new features added to JDBC 4.0?
What is database deadlock ?
What is an encrypted internet connection?
How many packages are available in jdbc api?
Why do I have to reaccess the database for Array, Blob, and Clob data?
What is the role of jdbc drivermanager class?
How we store procedure in oralce for callable statements in jdbc