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...

Can you extend more than one interface?

Answer Posted / ganesh

we can extends one or more interfaces by using an interface.
i.e)Multiple inheritance is available in case of interfaces.

we can't extends an interface by using a class,but we able
to implemented.

Sytax:

1)interface interfacename1 extends interface2 //true
2)interface interfacename1 extends
interface2,interfacename2,..............interfacenamen //true

Is This Answer Correct ?    16 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a void method?

965


Is upper case in java?

1005


What is object in java?

1038


What is io stream in java?

1128


Why generics are used in java?

1093


What is a flag value?

1097


Why constructor has no return type?

1131


How to calculate the length of a singly linked list in java?

1090


Can we declare the static variables and methods in an abstract class?

1027


What is the use of default method in interface in java?

1046


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

1320


What is keyword auto for?

1250


Explain about java sdk?

1080


What is the meaning of course?

1139


do I need to use synchronized on setvalue(int)? : Java thread

1050