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
What are the advantages of java?
Explain creating threads by implementing runnable class?
Can we clone singleton object in java?
What is a flag variable?
What is finalize()? Is finalize() similar to a destructor?
What is mean by encoding?
How hashmap works in java?
Can we declare a constructor as final?
What is the use of StringTokenizer class?
Why synchronization is important in java?
What is the method in java?
What is the use of join method?
Explain an algorithm to find depth of a binary tree.
Is it possible to specify multiple jndi names when deploying an ejb?
What kind of variables can a class consist?