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

interface A
{
String test();
}
interface B
{
int test();
}
interface AB implements A extends B
{
....
}

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why use string handling in Java?

987


How many types of gc are there in java?

930


What does a za z0 9 mean?

1024


What is loop in java?

927


What is %02d?

1034


What is the difference between scrollbar and scrollpane?

1044


What is an 8 bit word?

997


What is a platform?

982


Can we overload the constructors?

924


What is unicode used for?

1079


Is oracle charging for java?

965


What is the difference between preparedstatement and statement in java?

1050


Explain with example the concept of constant variable in java.

1095


a thread is runnable, how does that work? : Java thread

921


Using callable statement how can you pass out parameters, explain with example?

1163