Posts by Mateus Assis • 11 points
1 post
-
0
votes2
answers92
viewsQ: JDBC code fails with exception
I’m trying to perform a database search through java. I am using this code, but this entering the exception: public ArrayList<Pessoas> pesquisar(String nome) { ArrayList<Pessoas> lista =…