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

Explain Public static void main?

Answer Posted / ranganathkini

public static void main( String[] args )

1. public - declares that the main method is publicly
accessible to other classes

2. static - declares that the main method can be invoked
without creating an instance of the class

3. void - declares that the main method does not return any
value.

4. main - defines the name of the method

5. String[] args - defines a parameter to the main method
which will contain any command line options passed by the
user when invoking the progam.

These command line options will be passed to the program as
an array of string objects.

Is This Answer Correct ?    182 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many JVMs can run on a single machine and what is the Just-In-Time(JIT) compiler?

1058


What is bufferedreader in java?

1044


What is the difference between applet and application?

1011


What is complexity and its types?

1028


What are the data types supported by java? What is autoboxing and unboxing?

1016


What is meant by null and void?

962


Why is java called the platform independent programming language?

1004


What does t in java mean?

985


What are the different ways of implementing thread? Which one is more advantageous?

978


What data type is string java?

963


What is the difference between checked exception and unchecked exception?

1015


Why does abstract class have constructor?

995


What is lambda programming?

1001


How do I enable java in safari?

1026


How can we find the actual size of an object on the heap?

1312