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
What is meant by object?
What does %4d mean in java?
Is java a security risk?
Why declare Main() method as a static in java ?
Explain about transient variables in java?
In a container there are 5 components. I want to display all the component names, how will you do that?
Do I need java for windows 10?
How many types of classes are there in java?
How can I debug the Java security exceptions and AccessControlExceptions?
What are the methods available in a class?
How many types of array are there?
make a method which any number and any type of argument and print sum of that arguments.....
Which eclipse is best for java?
What is object english?
What is multi-catch block in java?