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


Any one can explain how the inerface uses in java. give with
example.



Any one can explain how the inerface uses in java. give with example...

Answer / yogesh sanas

Interface is a contract between class and interface. Interface has some public abstract methods which class needs to be implement.

We can achieve polymorphism using Interface.

e.g.
Interface Interface_Name(){
int add(int x, int y);
}

Class MyClass implements Interface_Name{
public int add(int x, int y){
return x+y;
}
}

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Core Java Interview Questions

Difference between operator overloading and function overloading

0 Answers   Tavant Technologies, Virtusa,


What does jenkins do?

0 Answers  


What are the types of literals?

0 Answers  


Name the methods that used to get and set the text label displayed by a Buttonobject?

1 Answers  


What are command line arguments?

5 Answers  


What makes a function well defined?

0 Answers  


how to make a un-checked exception as a checked exception one.

2 Answers  


Is null a string or object in java?

0 Answers  


How can we get one Interface methods whit out using implementation of interface

1 Answers   Oracle,


What is qualitative variable?

0 Answers  


How you can force the garbage collection?

0 Answers  


What is the method in java?

0 Answers  


Categories