Package br.com.humberto.jdb.modelo

Examples of br.com.humberto.jdb.modelo.ContatoDao


public class jdbc {

  public static void main(String[] args) throws SQLException {

    ContatoDao c = new ContatoDao();

    List<Contato> contatos = c.getLista();

    for (Contato contato : contatos) {
      SimpleDateFormat sp = new SimpleDateFormat("dd/MM/yyyy");

      System.out
View Full Code Here

TOP

Related Classes of br.com.humberto.jdb.modelo.ContatoDao

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.