general performance question



Is it *really* true that creating an object closer to where it will be
used by the code, rather than creating it and setting it to null,
makes a noticeable difference performance-wise?

What is the best practice with respect to this?



.