Can any one give answer for this question.JAVA IS DEPENDENT JUSTIFY?
Java dependent . yes Bytes code dependent on JVM .JVM want to plateform independent of java language .
I think the way of using static for that we not neet to new a objectand the main method can run automatically. If a method define as staticit can be used without new a instance.
if we are declare any method are static then .it can be used withoutnew a instance. so we declare main method as static so we not neet tonew a object .