What is the diff. b/w Interfaces & Abstract class?
Answer Posted / poornachandra
empty body of in interface doesn't have any type of defined
item's but in abstract class having defined body that is
constructor
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What are the common uses of "this" keyword in java ?
Can I import same package/class twice?
How do you detect memory leaks?
What is the default size of set in java?
How do you sort objects in java?
What are the two types of exceptions in java? Which are the differences between them?
What will happen if static modifier is removed from the signature of the main method?
Is void a data type?
Can an abstract class be a final class?
How do you write a good declaration?
Explain about transient variables in java?
What is the size of int in 64-bit jvm?
What are the characteristics of Final,Finally and Finalize keywords.
How many times finalize method will be invoked? Who invokes finalize() method in java?
how many types of Inheritance?