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
How to make updates to updatable result sets in jdbc?
What is jdbc thin client in oracle?
Explain about the drive manager class working?
Which is best database for java?
How MS-Access DB can be accessed over a network, using JDBC API?
Why hibernate is better than jdbc?
What are database warnings in jdbc and how can we handle database warnings in jdbc?
Why we use while rs next ())?
What class.forname will do while loading drivers of jdbc?
What does the jdbc driver interface do?
Explain the JDBC Architecture?
How do you insert images into database using jdbc?
Describe how the jdbc application works.
What are the advantages of collection pools?
Explain the difference between inner and outer join ?