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 purpose of garbage collection in java?

1089


Is char a data type in java?

963


What is the use of parse function in java?

972


How many decimal digits is 64 bit?

922


Can we declare an array without size in java?

977


What is the purpose of abstract class?

1012


What is the tradeoff between using an unordered array versus an ordered array?

1225


Is oracle charging for java?

1022


Is it possible to override private or static method in java?

990


what is the difference between process and thread? : Java thread

985


Is java developer a good career?

1015


How many bits is a boolean?

1073


How can the checkbox class be used to create a radio button?

1031


Are the imports checked for validity at compile time? Will the code containing an import such as java.lang.abcd compile?

1099


Can inner class extend any class?

1052