Posts by Aldinei Kiil • 11 points
1 post
-
1
votes2
answers156
viewsA: java.lang.nullException error
I know it’s solved, but in this part: String retorno= null; try{ File arquivo= new File("c:/Singelo/config.inf"); if(!(arquivo.exists())){ return null; } you could put a default return instead of…