I am trying to create a nullalble object in Java but no idea how to do this , in C# this would be done like this
int? someTestInt;
This al
Perhaps try the Integer type in Java.