In Java why we write public static void main(String args[])
why not main()?
Answer Posted / suryanarayan jena
Because JVM is static.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the meaning of course?
What do you understand by overloading and overriding in java?
Difference between overriding and overloading in java?
How do you reverse sort in java?
Is jdk required on each machine to run a java program?
What does arrays sort do in java?
What does t in java mean?
What is the purpose of static methods and variables?
What is meant by design patterns?
Can a constructor be private and how are this() and super() method used with constructor?
Is java pass by value or pass by reference?
What is the difference between array list and vector in java?
What kind of variables a class can consist of?
What are the four integer types supported by java?
Can you override static methods?