Answer Posted / navinice
We use Interfaces in java because JAVA Doesn't support
multiple inheritance. Thats why no any class can extend more
than one class in JAVA.. But through Interfaces we can
implement more than one interfaces and use there methods in
base class.
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
Is it possible to use Semaphore/ Mutex in an Interrupt Handler?
What is meant by null and void?
Is 0 an even number?
What is difference between char array and string?
Can you extend main method in java?
Explain about static imports in java?
Why is it called a string?
What is preflight request?
State the significance of public, private, protected class?
Can we call the constructor of a class more than once for an object?
What are the changes in java.io in java 8 ?
What is exception handling in java?
What is string in java?
Describe the process as to how substring() methodology mechanisms in java.
How do you classify Dialog Box?