What are the steps involved in establishing a connection using JDBC in JAVA?
Submitted by: AdministratorThis involves two steps:
(1) loading the driver and
(2) making the connection.
Submitted by: Administrator
(1) loading the driver and
(2) making the connection.
Submitted by: Administrator
Read Online JDBC Job Interview Questions And Answers
Top JDBC Questions
☺ | How can you load the drivers in JDBC? |
☺ | How can you retrieve data from the ResultSet using JDBC? |
☺ | How to Make Updates to Updatable Result Sets in JDBC? |
☺ | What are the common tasks of JDBC? |
☺ | What are the different types of Statements in JDBC? |
Top Java Programming Language Categories
☺ | Core Java Interview Questions. |
☺ | Hibernate Interview Questions. |
☺ | Advanced Java Interview Questions. |
☺ | IBM WebSphere Interview Questions. |
☺ | Spring Framework Interview Questions. |