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 java regex?

1012


What is externalizable?

1063


When should we create our own custom exception classes?

1016


What are the library functions in java?

1045


What is a final class ?

1183


Explain the JDB in depth & command line.

1016


What are the different access modifiers available in java?

1044


How is java hashmap implemented?

1032


How do you compare characters in java?

990


Why convert an applet to an application?

1104


How does list work in java?

917


What is a function in programming?

1045


What is difference between array and vector?

1089


What is the difference between serializable and externalizable interfaces?

1100


Can we define constructor in inner class?

1005