public class ExempleBDD {
private String driver="org.apache.derby.jdbc.ClientDriver";
private String bdd="jdbc:derby://localhost:1527/Mots";
private String login="nono";
...