Computer Science, asked by sambhavchaturvedi, 4 months ago

What is the significance of method main( )?​

Answers

Answered by Anonymous
7

Answer:

main: It is the name of Java main method. It is the identifier that the JVM looks for as the starting point of the java program. It's not a keyword. String[] args: It stores Java command line arguments and is an array of type java.

Similar questions