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

Explain about arraylist?

1142


What are wrapped classes in java programming?

1102


What are java packages? What's the significance of packages?

1405


Explain java coding standards for variables ?

1222


What is the difference between public, private, protected, and friend access?

1102


Is array a class?

995


What is finalize()? Is finalize() similar to a destructor?

1003


What does it mean to flush a file?

1110


What is byte [] in java?

1069


What is a consumer in java?

1071


Explain about member inner classes?

1156


What is the reason behind using constructors and destructors?

1108


Is java 11 paid version?

1044


How does java pattern compile work?

1020


how to convert Java project into Maven ?

1105