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
Why do we use threads in java?
Detail discussions on JVM, memory management and garbage collector.
Can you start a thread twice in Java?
Why isn’t there operator overloading?
Can we write any code after throw statement?
Why is multithreading important?
Is string passed by reference in java?
Difference between collection, collection and collections in java?
What is a bubble sort in java?
What is the maximum size of array in java?
What are implicit objects in java?
What is variable length arguments in java?
What are conditionals and its types?
What is an 8 bit word?
Which command from the jdk compiles a java program?