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


Please Help Members By Posting Answers For Below Questions

What are unchecked exceptions in java?

610


Explain illegalmonitorstateexception and when it will be thrown?

617


What are the 8 data types in java?

521


what do you mean by classloader in java?

567


What are the high-level thread states in java programming?

581






What is an example of a boolean?

567


What are static blocks and static initalizers in java ?

582


What is an empty class? What functionality does it offer in Java?

672


What function extracts specified characters from a string?

560


Can you make a constructor final in Java?

625


Can we create object of static class?

526


What does system out println () do?

554


What is an iterator interface in java programming?

534


What is the difference between compile-time polymorphism and runtime polymorphism?

559


What is lambda in java?

515