Posts by Pedro Vinicius Santos Rodrigue • 1 point
2 posts
-
-3
votes1
answer24
viewsQ: <table> does not display the data I am passing
public List<Paises> getAllAmericaSul() { List<Paises> listaAmericaSul = new ArrayList<Paises>(); try { Statement stmt = connection.createStatement(); ResultSet rs =…
javaasked Pedro Vinicius Santos Rodrigue 1 -
-1
votes1
answer35
viewsQ: Table does not display data
The table doesn’t show the data, but I’ve been going over it for four hours and I don’t think anything’s wrong package dao; import Connection.Conexao; import java.sql.Connection; import…