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 major difference between java.util.date and java.sql.date data type?
How can I determine where a given table is referenced via foreign keys?
How can you create jdbc statements?
How can I get or redirect the log used by DriverManager and JDBC drivers?
Why do we use jdbc in java?
Explain some new features available in jdbc 4.0?
Differentiate between stored procedure and functions?
Is jdbc open source?
How to retrieve warnings in jdbc?
Explain about column name and getter method?
What does adapter class provide?
Is jdbc a protocol?
What is an encrypted internet connection?
How does a file store compare with a jdbc store?
What is metadata in jdbc?