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 java main method is given as static method?

Answers were Sorted based on User's Feedback



why java main method is given as static method?..

Answer / saravanan.v

Java is a object oriented language.So even main method also should be written inside a class name main class.So main method should be called WITHOUT CREATING OBJECT for main class.For this purpose, it is declared as static.

Is This Answer Correct ?    6 Yes 0 No

why java main method is given as static method?..

Answer / chaithanya

main method is called by JVM.without creating the object we are calling main.that's what it is declared Static.
static nothing but without creating the object,we can call that method

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Core Java Interview Questions

Explain the differences between abstraction and encapsulation?

0 Answers  


How is treeset implemented in java?

0 Answers  


Can we override the static methods?

0 Answers  


Can constructor be inherited?

0 Answers  


Why do you canvas?

0 Answers  


What is the purpose of a transient variable?

0 Answers  


Explain the difference between call by refrence and call by value?

0 Answers  


Define jre i.e. Java runtime environment?

0 Answers  


what is thread? What are the high-level thread states? : Java thread

0 Answers  


What is balanced tree in java?

0 Answers  


What is map java?

0 Answers  


List types of storage classes in java?

0 Answers   Cyient,


Categories