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

Can u overload main()method.Give with example.

Answer Posted / srinu

yes we can overloaded the main() method

public class A
{
public static void main(int a[])
{
System.out.println("overloaded method");
}

public static void main(String a[])
{
System.out.println("main method");
}


output: overloaded method

Is This Answer Correct ?    26 Yes 89 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does index mean in java?

992


Why is core java important?

1032


Why is serialization required?

953


In java how do we copy objects?

1044


What are the steps involved to write rmi based programs?

1013


What will be the output of round(3.7) and ceil(3.7)?

1117


Can we sort array in java?

943


What are the new features in java 8?

1018


How to sort an unsorted array in java?

1124


What is a class instance variable?

1115


What are constructors in java?

1102


What is method overloading with type promotion?

1264


What are the 6 mandatory procedures for iso 9001?

1027


What is hotjava?

1001


What is difference between path and classpath?

1160