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
How do you use parseint in java?
Explain about map interface in java?
What do you mean by of string::valueof expression in java 8?
What is the use of arrays tostring () in java?
What is abstract class? Explain
Which sort is best in java?
Difference between nested and inner classes ?
Is empty set an element of empty set?
How many unicode characters are there?
I have multiple constructors defined in a class. Is it possible to call a constructor from another constructor’s body?
what is the major difference between linkedlist and arraylist in java?
Is java map thread safe?
Is static a singleton?
What is keyword and identifier?
Is .net better than java?