...
This guideline appears in the Java Secure Coding Standard as MET10-J. For methods that return an array or collection prefer returning an empty array or collection over a null value.
...
Bibliography
Wiki Markup |
---|
\[[Bloch 08|java:AA. Bibliography#Bloch 08]\] Item 43: return empty arrays or collections, not nulls |
...