Posts by Danilo Ribeiro dos Santos • 11 points
1 post
-
0
votes0
answers17
viewsQ: "java.lang.Nullpointerexception" error when trying to search a database list
Good afternoon! I have the error quoted in the title when I try to load the list of Patients from the Database. Follow the code: package servlets; import banco_dados.conexaoBancoDados; import…