Answer Posted / laxmikant
As Interfaces always have abstract methods, it needs less
time for compiler to compile them as compared to abstract
classes which may have well defined methods for sharing
among the classes which will extend it.
| Is This Answer Correct ? | 4 Yes | 16 No |
Post New Answer View All Answers
What is an object in java?
Can we sort set in java?
why not override thread to make a runnable? : Java thread
Describe the syntax of multiple inheritance? When do we use such an inheritance?
What is the this keyword?
what is the difference between process and thread? : Java thread
What do you mean by inner class in java? Explain
Can memory leak happen java?
What is array size in java?
What is the independent variable in an experiment?
design an lru cache in java?
What is the function of compareto in java?
What is finally block?
How do you define a set in java?
What is static in java?