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...

In Java why we write public static void main(String args[])
why not main()?

Answer Posted / abhi

it is bcoz...
since MAIN is also a method and it is not called by creating instance it is declared STATIC so that it is invoked by the JVM without creating instance.....

PUBLIC because it is called by the jvm which is not is not a part of the class directly.....

VOID because it does not return any value.....

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is it safe to install java on my computer?

1228


What is the difference between checked exception and unchecked exception?

1059


Is array serializable java?

1049


Does unicode support all languages?

1086


What is polymorphism java example?

1067


What is difference between call by value and call by reference?

1067


In a program, initializing an array of 100 KB is throwing an out of memory exception while there is 100 MB of memory available. Why?

1115


What lambda means?

1066


why we use merge option in hybernate pls give a ex snippet

2030


What is a method in java?

1102


Explain the concept of proper inheritance?

1107


why are wait(), notify() and notifyall() methods defined in the object class? : Java thread

1047


I have multiple constructors defined in a class. Is it possible to call a constructor from another constructor’s body?

1063


What is the use of keywords in java?

1025


What is java util list?

1031