What is the diff. b/w Interfaces & Abstract class?
Answer Posted / poorna chandar rao.yerrabothu
in java interface having a method name its not implemented
by methods it is default abstract class not mentiond the
abstract key word
but abstract class compulosory mentioned the abstract key
word but in this abstrct class concreat methods concreat
methods means some methods are implemented some methods are
not implemented
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How can we access some class in another class in java?
Difference between overriding and overloading in java?
What is the epoch date?
How do you write a scanner class in java?
How do you compare two objects?
Explain methods specific to list interface?
How does predicate work in java?
What is close method? How it's different from Finalize & Dispose?
In a container there are 5 components. I want to display all the component names, how will you do that?
Which programming language is best in future?
Is there any way to skip finally block of exception even if some exception occurs in the exception block?
What does escaping a character mean?
Is it possible to define a method in java class but provide it’s implementation in the code of another language like c?
What is bom encoding?
Is null a keyword in java?