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 many types of variables are there?
What is mean by collections in java?
What is difference between fail-fast and fail-safe?
Is minecraft 1.15 out?
Give a brief description of java socket programming?
What do you understand by the term string pool?
How do you escape json?
Is empty set an element of empty set?
Name few "optional" classes introduced with java 8 ?
What is the history of java?
How is string immutable in java?
Explain wait() method of object class ?
Can you change array size in java?
What is the purpose of using break in each case of switch statement?
If A Class Is Declared Without Any Access Modifiers, Where May The Class Be Accessed?