java - Class methods vs instance methods -


hi class methods measured faster instance methods since doesn't require loading instance? if so, should use class methods when possible? thanks

i don't know generally, remember measuring application time ago, , static methods indeed faster.

from design standpoint argue method can sensibly static (meaning without explicitly passing instance parameter or that), should be.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -