Hi,
When will you define a method as static?
thanks,
Hi,
In Java Programming language we have two types of methods, these are instance methods and static methods. A static method can be accessed without creating an instance of the class.
For more details http://www.roseindia.net/java/beginners/howtoaccessstaticmethod.shtml
Thanks,
Ads