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

class A
{
public void disp(int a,int b)
{
System.out.println("hai");
}
}
class B
{
public void disp(int a,int b,int c)
{
System.out.println("hai");
}
}

above program is overloading or overriding?

Answer Posted / anusha

IT IS METHOD OVERLOADING

Is This Answer Correct ?    4 Yes 13 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between heap memory and stack memory?

1024


Can you sort a list in java?

939


What is the use of toarray () in java?

1027


What is hash code collision?

1018


What is the use of optional ?

995


What is java lang object?

938


What is the program compilation process?

1048


describe method overloading

968


Write a program in java to find the maximum and minimum value node from a circular linked list.

1025


What are the differences between stringbuffer and stringbuilder?

1014


How do you sort in descending order in java using collections sort?

859


What is finally in Java?

1026


What does string mean in java?

1057


Can a source file contain more than one class declaration?

930


What is Recursion Function?

1137