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

Interface A {
String test();
}

Interface B {
int test();
}

Create a class AB which must implements both A & B
interfaces.

Answer Posted / prakash

CLASS AB:A,B
{
String test()
{
}
int test()
{
}
}

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the replace tool?

1080


How do you convert boolean to boolean?

1093


What is a constructor, constructor overloading in java?

972


What access modifiers can be used for variables?

1081


What is the point of polymorphism java?

957


How many bytes is a string in java?

948


What do you mean by constructor?

932


What is a line break?

979


Can we assign integer value to char in java?

970


Explain the scope of a variable.

1034


Mention some interfaces implemented by linked list in java.

984


How to retrieve data from database in java using arraylist?

1006


What do you meant by active and passive objects?

1027


What is the preferred size of a component in java programming?

964


What is the use of runnable interface?

1092