Question 1: Explain the methods of the following:
a) Driver Interface.
b) Driver Manager Class.
c) Connection Methods.
d) Statement Basics Methods.
e) ResultSet Basics Methods.
Question 2: Give an illustration of the Interface DriverManager.
Question 3: Explain how will you register a driver?
Question 4: How will you establish the session?
Question 5: How will you perform a query? Give an illustration to describe.
Question 6: How will you get the result set?
Question 7: Explain how will you close the JDBC session? Give an illustration to describe it.