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
What is a website container?
What does the exclamation mark mean in java?
What do you meant by active and passive objects?
What is entry set in java?
What is string builder in java?
What is difference between module and function?
why doesn't java run on all platforms?
Describe 2 different ways to concatenate two strings.
How many types of equations are there?
Which way a developer should use for creating thread, i.e. Sub classing thread or implementing runnable.
Describe the process as to how substring() methodology mechanisms in java.
What is private static class in java?
Are arrays primitive data types?
What is the difference between multitasking and multithreading in Java
What is polymorphism and what are the types of it?