McqMate
| Q. |
Which method is used to establish the connection with the specified url in a Driver Manager class? |
| A. | public static void registerDriver(Driver driver) |
| B. | public static void deregisterDriver(Driver driver) |
| C. | public static Connection getConnection(String url) |
| D. | public static Connection getConnection(String url,String userName,String password) |
| Answer» C. public static Connection getConnection(String url) | |
View all MCQs in
Advanced JAVANo comments yet