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 / niltarlekar

public class AB implements A,B
{
public static void main(String args[])
{

}
}

Is This Answer Correct ?    0 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is jdbc api?

966


What is multi level inheritance in java?

972


What is the disadvantage of synchronization?

971


What does you mean in math?

1023


What is the use of http-tunneling in rmi?

1016


Is array passed by reference in java?

988


What is collection class in java?

947


What are the two basic ways in which classes that can be run as threads may be defined?

1024


What is singleton class in ruby?

975


What is singleton pattern?

1053


Explain method local inner classes ?

985


How many bytes are there?

956


What is sorting in java?

942


What is synchronization and why is it important in java programming?

896


What is java lang object?

935