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 a void method java?

952


What is composition in java?

1282


What is java jit compilers?

1002


What is the set interface in java programming?

1201


What is difference between iterator access and index access?

1053


What variables are stored in stack?

957


What is the class in java?

1008


What are the wrapped, classes?

1047


What is bool mean?

1070


What is a locale?

1142


How do you detect memory leaks?

1057


What is hasnext in java?

1008


Write a java program for binary search?

1051


What does those terms actually mean included in the j.d.k i.6?

2116


What is mysql driver class name?

1137