In Java why we write public static void main(String args[])
why not main()?
Answer Posted / shiva
In entire java program main() executes only once, so that
so that it is static.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do I print a “?
What is arraylist e?
What is array size in java?
How do you create a null object?
Define packages in java?
How do you sing an Applet ?
Why java is object oriented?
What is data member in java?
Explain jdk, jre and jvm?
What is the difference between assignment and initialization?
What are different types of multitasking?
What is files manifesting?
Can we call the constructor of a class more than once for an object?
When do we need to use internal iteration? When do we need to use external iteration?
What does main method?