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 do we use public static with the main function in Java?

Answer Posted / rana

As we know public means we can access the method from
anywhere.Coming to static:- main() is a static method
therefore it implies that there is no need of creating
Object for that particular class to call this method.So
that when ever u run the program the Jvm will search for
main() in the class even there r no class objects created
for this class.

Is This Answer Correct ?    20 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is tree node in java?

1005


What is the use of toarray () in java?

1116


What is integer size in java?

1092


Do you need to import math in java?

1057


What are inner classes or non static nested classes in java?

1218


What is the use of System class?

1216


Can we define package statement after import statement in java?

1102


Explain what are final variable in java?

1137


What do you mean by compiler?

1098


What are the advantages and disadvantages of reference counting in garbage collection?

1069


What is the difference between yielding and sleeping in java programming?

1231


What is the use of a conditional inclusion statement in Java ?

1135


Which number is denoted by leading 0x or 0x in java?

1099


What are the two environment variables that must be set in order to run any java programs?

1015


What is file in java?

1079