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 java is used for?
What’s a deadlock?
State two differences between C and Java.
How do you implement singleton class?
Can you inherit a constructor java?
What is string and its types?
What is meant by string is immutable?
What is a boolean in java?
When do we use synchronized methods in java?
What is string in java?
What is module with example?
Differentiate jar and war files?
Explain about data types?
do I need to use synchronized on setvalue(int)? : Java thread
What is a list in java?