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 the meaning of variable in research?
What is super constructor?
What is parsing in java?
What is the size of arraylist in java?
State the difference between strings and arrays.
Difference between serialization and deserialization in java?
What are the advantages of java over cpp?
Differences between external iteration and internal iteration?
What is not thread safe?
Which method returns the length of a string?
How do you write a good declaration?
What is difference between string and stringbuffer?
What is byte value?
Is cout buffered?
What is math in java?