How does DriverManger recognize the driver?
843854Apr 22 2004 — edited Apr 22 2004Hello,
I have two programmes a.java and b.java I have loaded two different drivers into the JVM using Class.forName("..."); in both the programmes.
When I say Connection con = DriverManager.getConnection(".."). How does the DriverManager recognize that this was the Driver loaded by this class and how does it pickit up?
Thanks