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 / sudheer nath

public means the main functiio can be accessible outside the class the jvm remain outside the class so we add the public visiblity mode.
static means the compiler automatically called the main ()functio without creating its instance or object.
void is the return type of the main function means main() does not return any kind of values to its caller means jvm.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can a singleton class be inherited?

907


How do you add an arraylist to an array in java?

930


What is the set interface in java programming?

1141


Can we have return statement in finally clause? What will happen?

913


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

905


What is oop in java?

957


What is the purpose of using bufferedinputstream and bufferedoutputstream classes?

1028


How can I become a good programmer?

920


how to know the total memory occupied by the objects in the ArrayList(Array list may contain duplicate objects)

2283


What is singletonlist in java?

907


What is the purpose of main function in java?

970


What is the full form of jpeg?

898


Can a class be declared as static?

1107


Which java ide is used the most?

946


What is hashset in java?

1059