There are three interfaces A,B & C. A extends B, B extends C,
and C extends A.Is it multiple Inheritance? please anybody
help me.....
Answer Posted / mahesh
No it is Not Multiple inheritance .It is Hirearchy inheritance
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Where local and global variables are stored?
How many digits can a float hold?
Explain the importance of join() method in thread class?
What is the use of StringTokenizer class?
What does string [] args mean?
What is string [] java?
Why doesn't the java library use a randomized version of quicksort?
What are filterstreams?
What is the difference between an object-oriented programming language and object-based programming language?
How does enum work in java?
Can we catch more than one exception in single catch block?
What do you understand by the term singleton?
Name few "optional" classes introduced with java 8 ?
Why are pointers not secure?
What are the different collection views provided by maps?