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 / vijayakumar chinnasamy

There is no limit for interface extends. One interface can
extends any number of interfaces.

interface inter1 { }

interface inter2 { }

interface interN { }

interface ExtendsInterface extends inter1,inter2,... , interN {

}

Is This Answer Correct ?    31 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain about method local inner classes or local inner classes in java?

1068


What are the two main uses of volatile in Java?

1091


What do you understand by the term string pool?

1068


Explain exception chaining in java?

1222


List out five keywords related to exception handling ?

1058


What are static variables and functions?

1186


Can a constructor call the constructor of parent class?

1084


Can an interface extend another interface?

1109


Why is java multithreaded?

1045


How can you handle java exceptions?

1070


What is static keyword?

1245


Explain the difference between hashmap and hashtable in java?

991


What are methods?

1074


What is meant by memory leak?

1153


What is the difference between the font and fontmetrics classes in java programming?

1255