Fill in the blanks :- Which method is static synchronized in JDBC API _________

A) getConnection()
Explanation: getConnection() method in DriverManager class.Which is used to get object of Connection interface.

Showing Answers 1 - 1 of 1 Answers

shyam

  • Oct 17th, 2006
 

getConnection() method in DriverManager class.......and.........we can use like............public static synchronized void registerDriver(Driver driver) throws SQLException

A newly loaded driver class should call registerDriver to make itself known to the DriverManager.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions