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 / akhil agarwal

Interface A
{
string test();
}
Interface B
{
int test();
}
class AB implements A,B
{
string test();
int test();
}

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are parsers? Dom vs sax parser.

1057


What is the difference between int and integer in java?

1032


What is finalize()? Is finalize() similar to a destructor?

965


what is recursion in java

1178


What is the meaning of course?

1100


Can constructor return value?

965


How do you identify independent and dependent variables?

1008


How java is similar to c?

1053


What is the difference amongst jvm spec, jvm implementation, jvm runtime ?

968


Is alive method in java?

984


How many decimal places is a double?

995


How big is a boolean?

1035


What are thread safe functions?

951


What are instance variables?

1077


Write a program to search a number in the given list of numbers.

1035