Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Answers were Sorted based on User's Feedback



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

Answer / 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

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

Answer / babu

In all programming languages compilation starts from one
specific point and they need it one specific point for
excecution so we have main().

In java we can excute the program without main but we need
a main method for compilation.

Is This Answer Correct ?    1 Yes 1 No

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

Answer / 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

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

Answer / balamurugan

in java jvm only understand the class which contain main
method so, jvm understand that main method should be the
starting point in java

in other cases compiler need starting point in every
program to execute a program sync to execute so we need
main method for every program

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Core Java Interview Questions

What data type is a string?

0 Answers  


What is the difference between length and length () in java?

0 Answers  


How does callback work in java?

0 Answers  


What is the purpose of checked and unchecked exceptions in JAVA?

0 Answers   Amdocs,


Can we overload destructor in java?

0 Answers  


how can we import the user defined package without classpath?

1 Answers   CSC, Infosys,


what is platform independence in java?

5 Answers   CSC, HSBC,


What is a marker interface?

1 Answers  


Can an interface extend another interface?

0 Answers  


What are different exception types exceptions available in java ?

0 Answers  


Explain OOPs concept.

0 Answers   Syntel, Visa,


What is the use of jtable?

0 Answers  


Categories