Explain the sequence of steps to connect to the database?
Answer Posted / devarathnam c,kotagudibanda(po
Hi... These are the steps to connecting to the database
1: Loading the drivers
2:Get the connection
3:Create the statement
4:Execute the query
5:Process the resultset
6:Close the connection
| Is This Answer Correct ? | 18 Yes | 0 No |
Post New Answer View All Answers
Why do we use jdbc?
What is the full form of jdbc?
How to make updates to updatable result sets in jdbc?
What is database deadlock ?
Which package contains jdbc api?
What is JDBC Batch Processing and what are it’s benefits?
Compare jdbc and odbc and how is jdbc required in this context.
Does jdbc use odbc?
What is jdbc connection string?
Explain the two tier and three tier architecture of jdbc.
What is an advantage of using the jdbc connection pool?
What is while rs next ())?
Does jpa use jdbc?
Explain the necessary steps to connect to the database in java?
What are the advantages of using jdbc datasource?