Computer Science, asked by akanshmani5758, 11 months ago

Which Method Is Used To Establish The Connection With The Specified Url In A Driver Manager Class?

Answers

Answered by Anonymous
1

Answer:

Useful methods of DriverManager ➡class

➡Method Description

2) public static void deregisterDriver➡(Driver driver):➡ is used to deregister the given driver ➡(drop the driver from the list) with DriverManager.

3) public static Connection getConnection➡(String url): is used to establish the connection with the specified url

Answered by Ashirwadrg
1

Answer:

public static Connection get Connection(String url)

Explanation:

Similar questions