Hello,
I tried using string to declare a variable.
String a = null;
I received compilation error: 'null' was not declared in this scope
I do not how to use null for coding, I hope you can help me please. Thanks.
Hello,
I tried using string to declare a variable.
String a = null;
I received compilation error: 'null' was not declared in this scope
I do not how to use null for coding, I hope you can help me please. Thanks.