Hi! I have a small question:<div>Is the test for a null array equivalent to a test for zero-length array?</div><div>This is particularly interesting for strings.</div><div>For instance, I could return an empty string from a toString-like function and the empty string would be printed, but If I returned a null string, that would indicate, that there is no string representation and it would cause some default string to be printed.</div>
<div><div>So, the question is, if a null array is any different from an empty array?</div><div><br></div>-- <br>Bye,<br>Gor Gyolchanyan.<br>
</div>