Guest User

Untitled

a guest
Mar 15th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. public class Modelo {
  2.  
  3. List tabla1 = new ArrayList();
  4. List listaPersonas<Persona> = new ArrayList();
  5. Connection conn;
  6.  
  7.  
  8. public Modelo() {
  9. String url = "jdbc:mysql://localhost/Simple";
  10. String userName = "simple";
  11. String password = "simple";
Add Comment
Please, Sign In to add comment