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 / guest

main() will be treated as just another method.
but public static void main(String args[])
is treated as entry point of an java application

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is return in java?

1024


How can we make copy of a java object?

1212


What is the purpose of garbage collection in java? When is it used?

1090


what is function overloading in java?

1354


Explain java coding standards for variables ?

1222


What do heavy weight components mean in java programming?

997


What are annotations in java?

1139


What is garbage collection? What is the process that is responsible for doing that in java?

1156


What happens to a static var that is defined within a method of a class?

1079


How to retrieve data from database in java using arraylist?

1103


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

1067


What is difference between static and abstract class?

1063


How do you identify if jvm is 32-bit or 64-bit from java program?

1009


What is the purpose of static keyword in java?

1007


Why is singleton instance static?

1042