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 java Applet?
What is assembly condition codes?
Can we access the non-final local variable, inside the local inner class?
What is the final access modifier in java?
What is local class in java?
What is a dynamic array java?
What is singletonlist in java?
What is the difference between superclass and subclass?
Can inner class final?
Is a char always 1 byte?
What do you understand by an io stream?
What are the escape sequences in java?
What is an example of a constant variable?
Explain reverse a linked list recursive java solution?
Name the components that are termed to be Heavy-weight component but available in Light-weight components?