What are the benifits of making a method STATIC besides calling the static method without creating the instance or object of the class in Java.
Regards
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
Mathclass, made of static methods (actually, functions...). An added bonus is to allow to extend objects that cannot be extended otherwise: seeArrays.sort(). (Added as comment as the topic was quickly closed! ;-)) – PhiLho Nov 14 '12 at 15:23