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 protocol does jdbc use?
What class.forname does, while loading the drivers?
What is jdbc driver in java?
How does jdbc connect to database?
State the three different ways in which you can create a table?
How do I find ojdbc jar version?
How can we store and retrieve images from the database?
What are the different types of classes in the api component?
How can we set null value in jdbc preparedstatement?
Where is ojdbc14 jar located?
What is jdbc databasemetadata interface?
What is jdbc oracle thin?
What are the differences between resultset and rowset?
Explain creation of statement object with connection method create method with help of an example.
What are the steps to connect to the database in java?