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
What do heavy weight components mean in java programming?
How is abstraction implemented in java ?
Why parsing is done?
What do you mean by aggregation?
What are the advantages of java inner classes?
Define immutable object?
What is the final class?
What's the purpose of using break in each case of switch statement?
What is the full name of java?
What is the difference between quicksort & mergesort? When should they be used? What is their running time?
Is zero a natural number?
What is the difference between preparedstatement and statement in java?
How to make a write-only class in java?
What modifiers may be used with an inner class that is a member of an outer class in java programming?
Is a case study a method or methodology?