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 are java annotations?

1067


Add a value x to array from index l to r where 0 <= l <= r <= n-1

1022


what is thread? What are the high-level thread states? Or what are the states associated in the thread? : Java thread

940


What are conditionals and its types?

1076


List some oops concepts in java?

978


What is the difference between assignment and initialization?

994


What do you understand by the term singleton?

940


Are maps ordered java?

894


What does += mean coding?

882


How many types of constructors are used in java?

1093


Write a factorial program using recursion in java?

944


What is initial size of arraylist in java?

991


What are the two types of java programming?

997


What are the different types of collections in java?

914


Why destructor is not used in java?

926