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
How to set the permissions to a file in java?
What is the difference between exception and error in java?
Difference between final and effectively final ?
How many bits is a double?
How to instantiate member inner class?
What is the right data type to represent a price in java?
What is basic syntax?
What is object english?
Can a method inside a interface be declared as final?
Can we create object of inner class in java?
What is passing value java?
How to sort a collection of custom Objects in Java?
What is ++ a in java?
What is the purpose of the wait(), notify(), and notifyall() methods in java programming?
What is meant by inheritance and what are its advantages?