Java Basics

why is the implementation rule to put static in public static void main(String[] args) method
[100 byte] By [Jagadish007] at [2007-11-26 8:32:44]
# 1
Static method can be called without creation a java object.The java runtime assume that code should be started from main method and this method can be called without object creation.Maks.
Maks_Templaar at 2007-7-6 21:57:21 > top of Java-index,Development Tools,Solaris and Linux Development Tools...