I really dont know this is possible or not.
But I am strucking in a place where i want to check a int value is null
or not, to call different methods.
Is there any way to do it?
Actually that variable comes from a browser with a null
value.
I cannot change the int
declaration to Integer
. Because it has it own consequences.
Any suggestions?