public class MySQLJDBCDriverTest {
public static void main(String[] args) {
try {
Class.forName("com.mysql.jdbc.Driver").newInstance();
} catch (Exception E) {
System.out.println("JDBC Driver error");
}
}
}
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment