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 an interface extands a class?

Answers were Sorted based on User's Feedback



Can an interface extands a class?..

Answer / pramod p deore

No, an interface can extends only other interface.
Interface can not extends a class or abstract class.

1) a class can implements an interface but does not extends
interface.
2) interface can extends other interface but does not
implemets other interface.
3) a class can extends other class but does not implements
other class.

Is This Answer Correct ?    60 Yes 0 No

Can an interface extands a class?..

Answer / manikandan.s

No,Interface can't extends class.It ll throw compile time
exception.

can
class extends class
class implements interface,interface,...
interface extends interface

can't

class extends class,class
interface implements class

Is This Answer Correct ?    9 Yes 0 No

Can an interface extands a class?..

Answer / sunil kale

no interface can't extends class, it only extends another
interface.
Class implpements interface.

Is This Answer Correct ?    5 Yes 0 No

Can an interface extands a class?..

Answer / kishor

No,

Interface extends one or more interfaces.

but not class or classes.

class extends class, but not classes.

class implements one interface , more interface..

Is This Answer Correct ?    2 Yes 0 No

Can an interface extands a class?..

Answer / sujoy saha

yes.......but a class can't extends interface

Is This Answer Correct ?    6 Yes 45 No

Post New Answer

More Core Java Interview Questions

What are the drawbacks for singleton class?

0 Answers  


Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).

0 Answers  


Is JRE required to compile Java files ?

4 Answers   HCL,


What are Brief Access Specifiers and Types of Access Specifiers?

1 Answers  


What happens if an exception is throws from an object's destructor?

0 Answers   Amazon,


what is the difference b/w PUT and POST method to send data to the server

5 Answers   Mind Tree,


Is Java is 100% pure OOPS? Explain?

27 Answers   ANZ,


Which is fastest collection in java?

0 Answers  


What does || || mean in math?

0 Answers  


Can we override data members in java?

0 Answers  


What does snprintf return?

0 Answers  


Explain listiterator and methods in listiterator?

0 Answers  


Categories