Why all programming languages have main as a execution
starting point?
Answer Posted / babu
In all programming languages compilation starts from one
specific point and they need it one specific point for
excecution so we have main().
In java we can excute the program without main but we need
a main method for compilation.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Is java platform independent?
Can we override the static methods?
What is array size in java?
Write a program to print fibonacci series up to count 10.
What is method overloading with type promotion?
What is linked hashmap and its features?
What is java in layman terms?
What do you mean by global variable?
What is the purpose of the file class in java programming?
Is java se free?
What will happen to the exception object after exception handling?
What is sizeof in java?
What is JFC?
What is java reflection?
Difference between keyword and identifier.