Why all programming languages have main as a execution
starting point?
Answer Posted / uday kiran divvela
All the languages follows a centralized design patter, that
is they must start program execution from main() method
onwards.
But in java programing language without main() method also
we can execute the programs.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Why webdriver is an interface?
What is difference between path and classpath variables?
Can we define package statement after import statement in java?
Is java free for businesses?
If an application has multiple classes in it, is it okay to have a main method in more than one class?
How do you check whether the list is empty or not in java?
What does isempty () do in java?
Name four container classes.
Does apple use java?
Is void a keyword in java?
What is the use of callablestatement?
Can there be an abstract method without an abstract class?
How would overload a function based on return type?
How listener identify that the event came from a particular object?
How do you override a variable in java?