What is the diff. b/w Interfaces & Abstract class?
Answer Posted / paletipatisrinu
interface contain purely undefined methods but abstract
class contain purely defined methods and undefined methods.
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
Is java call by reference?
What is the public method modifier?
What differences exist between iterator and listiterator?
Why string objects are immutable in java?
State the merge-sort principle and its time complexity.
What is a JAR file?
What is nested interface?
Explain the features of interfaces in java?
Why java is object oriented?
Explain all java features with real time examples
What is called module?
Why we go for collections in java?
Why is multiple inheritance not supported in java?
can I implement my own start() method? : Java thread
What is the benefit of using enum to declare a constant?