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
Why is boolean important?
What is a byte array?
What is java regex?
When should I use singleton?
Explain java coding standards for variables ?
Can we override tostring method in java?
What are 5 boolean operators?
What is the difference between method overriding and overloading?
Why is stringbuffer called mutable?
What is the functionability stubs and skeletons?
How do you sort arraylist in descending order?
What are Normalization Rules? Define Normalization?
What is import java util arraylist?
Explain the difference between a Thread and a Process.
What is a 16 bit word?