Posts by Fellipe de Oliveira Couto • 1 point
1 post
- 
		-2 votes2 answers183 viewsQ: java.lang.NullpointerexceptionMain class presenting problem in the call of the method createNew: case 1: cliente = new Cliente(); cliente.setNome(JOptionPane.showInputDialog("Nome: ")); cliente.setCpf(Long.parseLong(JOptionPane…