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 your platform’s default character encoding?

1078


How is garbage collection controlled?

1168


What is predicate in java?

1051


What is a flag variable?

968


What is the difference between heap and stack memory?

1190


What is OOP Language?

1069


Why java is said to be pass-by-value ?

1034


What are the benefits of operations?

944


How can you generate random numbers in java?

1047


Write a java program to count the number of words present in a string?

980


Can I override protected method in java?

1070


What are the main uses of java?

987


what is enumset?

1110


How can you read an integer value from the keyword when the application is runtime in java? example?

1122


What are the three parts of a lambda expression?

1001