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
Can we serialize arraylist in java?
can I implement my own start() method? : Java thread
What is difference between java and java ee?
What is a jagged array in java?
What is meant by null and void?
What are the various access specifiers for java classes?
Why do we need variables?
Can we override the overloaded method?
What is the purpose of methodology?
What is void keyword?
What's the difference between comparison done by equals method and == operator?
When will you define a method as static in Java?
What is unmodifiable list in java?
How does hashset work in java?
Why is String immutable?