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