what are the diffrences between interface and abstract
class?
Answer Posted / varsha vilas kalebag
interface is form by many interface but class can extend
only one another class
interface are very slow they require some time for
prcoessing method & class are fast
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Does set allows null in java?
Is java type safe?
What are the types of exceptions?
Can you add null to a list java?
Do we have pointers in java?
What is the difference between compare and compareto in java?
What is assembly condition codes?
How do you use find and replace?
what is the difference between the methods sleep() and wait()? : Java thread
Why is java not 100% pure oops?
What is string immutability?
Can a class extend 2 classes in java?
What is default constructors?
What is the difference between a checked and an unchecked exception?
How do you implement polymorphism in our day to day life?