OOPs Concepts
Programming and Technical
Programming
Definition
What is sealed class in C#?
Read Solution (Total 1)
-
- firstly to load drivers of the database
code --> Class.forName(driver_name).newInstance();
secondly to create a new connection with the database
code --> connection = DriverManager.getConnection(url, username, password); - 11 years agoHelpfull: Yes(1) No(0)
OOPs Concepts Other Question