memory usage of static and non-static methods

curious

I use static methods in lots of places, so I just
curious about the memory footprint between static and non-static methods or parameter.

According to this, non-static methods or parameters is almost same as static methods or parameters.

So be design-driven, not memory-driven.