Class.forName("oracle.jdbc.OracleDriver");

String url = "jdbc:oracle:thin:@localhost:1521:orcl";


Class.forName("com.mysql.jdbc.Driver");

jdbc:mysql://localhost:3306/databasename