In an embedded environment, loading the driver also starts
The
In a Java application, you typically load the driver with the static Class.forName method or with the jdbc.drivers system property. For example:
For detailed information about loading the
If your application runs on JDK 6 or higher, you do not need to
explicitly load the
If your application shuts down Derby or calls the DriverManager.unload method, and you then want to reload the driver, call the Class.forName().newInstance() method.