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
What is singleton pattern?
How many bytes is 255 characters?
What is java life cycle?
What is difference between final and finally in java?
What does those terms actually mean included in the j.d.k i.6?
What is cr keyboard?
Can you override a final method?
What do you mean by Hash Map and Hash Table?
explain local datetime api in java8?
Why use string handling in Java?
Difference between default and protected access specifiers?
Compare overloading and overriding?
What is the relationship between clipping and repainting under awt?
Is singleton thread safe in java?
What does substring mean?