Posts by Jean Thielis Braga Felipe • 23 points
1 post
-
2
votes1
answer81
viewsQ: Nullpointerexception error while running while
public List<Produto> read(){ Connection con = ConexaoMysql.conectar(); PreparedStatement stmt = null; ResultSet rs = null; List<Produto> produtos = new ArrayList<>(); try { stmt =…