Gracias.
Código:
try {
Connection conexion = DriverManager.getConnection("jdbc:mysql://example.me/database","user", "password");
} catch (SQLException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
|
|||
Tema destacado: Security Series.XSS. [Cross Site Scripting] |
|
|