DBA > Job Interview Questions > DERBY Java Database FAQs

Explain about Embedded Derby JDBC Driver

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

Explain about Embedded Derby JDBC Driver

The Derby driver class name for the embedded environment is org.apache.derby.jdbc.EmbeddedDriver. In a Java application, you typically load the driver with the static Class.forName method or with the jdbc.drivers system property. For more information.

(Continued on next question...)

Other Job Interview Questions