posted 22 years ago
Hi,
getConnection() method is a static method in DriverManager class. So, you don't need to instantiate it, to call the method.
There are no visible constructors in DriverManager class. So, you cannot create an instance of it. I guess it is similar to Math class.
Hope this helps.
Milind