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
Why is method overloading not possible by changing the return type in java?
Why java is a platform independent? Explain
What is the difference between synchronized and synchronized block?
What is a variable simple definition?
How many types of constructors are used in java?
What is a dynamic array in java?
What is floor math?
Explain the use of sublass in a java program?
when to use ArrayList and when to use HashMap in webApplication.
Can you create an object of an abstract class?
Explain the scope or life time of class variables or static variables?
Can we declare the static variables and methods in an abstract class?
Can we create more than one object singleton class?
what is inner class in java?
what is synchronization? : Java thread