Showing posts with label main( ) method. Show all posts
Showing posts with label main( ) method. Show all posts

Java- What is the main( ) method in JAVA / Chapter - 7 /Language Fundamental


java main

java main method


You must be thinking that a particular line which always there in every java program is:-                            
public static void main(String [ ] args)

Q.what is this ???
A.The answer is this the main( ) method of java. The starting point from where the JVM starts reading &
     executing the java program.

  1. Whether a class contains main( ) method or not and whether main( ) method declared according to requirements or not these things won't checked by Compiler.

Flipkart End Of Season Sale






© Copyright 2017 Javabychetan.blogspot.com