2
I have the following method:
public String insereRegistro(int tipo, String data, String horario, String historico,
int veiculo, double km, int cliente, int solicitante,
String finalizado) {
...
}
How do I make the method accept the null value ?