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 is the main method static in Java?



Why is the main method static in Java?..

Answer / nashiinformaticssolutions

Java's main() function is static by default, allowing the compiler to call it either before or after creating a class object. The main () function is where the compiler begins programme execution in every Java programme. Thus, the main () method needs to be called by the compiler. If the main () method is permitted to be non-static, the JVM must instantiate its class when calling the function.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Java is Pass by Value or Pass by Reference?

0 Answers   BirlaSoft,


What is Servlet?

8 Answers  


Why should we create an object? what is a need of it? Apart from access members of a class i want what is a need of object what does it contain?? In normal class to access any member of thaht class we create object where as for static class we access its members using class name. what is a difference between them... thanks in advance.

1 Answers  


Explain about static nested classes in java?

0 Answers  


How does enum work in java?

0 Answers  


Can you inherit a constructor java?

0 Answers  


Why inputstreamreader is used in java?

0 Answers  


Explain the use of javap tool.

0 Answers  


How to declare unique ArrayList ?

6 Answers   RMSI,


What is the difference in between cpp and java? Can u explain in detail?

0 Answers  


Explain the relationship between the Canvas and Graphics class?

1 Answers  


What is the difference between array and array list in java?

0 Answers  


Categories