Why all programming languages have main as a execution
starting point?

Answer Posted / srikanth reddy

from main()method where we are creating objects and load the
class and calling methods of that class

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to split arraylist elements in java?

694


Can we make main() thread as daemon?

690


Why null value is used in string?

625


What is dot operator?

663


What is style and indentation?

635






What is super?

667


What are the different ways of creating thread?

666


Does java runtime require a license?

660


What is the final access modifier in java?

721


Explain the pointers in Java?

690


How can you make sure that your singleton class will always return single instance in multi-threaded environment?

654


which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?

9645


How do you sort arraylist in descending order?

648


Why is it called a string?

650


Write a program in java to establish a connection between client and server?

590