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
What is the platform?
How objects are stored in java?
Can a main method be overloaded?
What is the difference between static and non-static variables in java programming?
Why is inheritance used in java?
Can an interface implement another interface?
Can a string be null?
When should a function throw an exception?
How do you sort objects in java?
What is try-with-resources in java?
Explain about the dynamic behavior of core java?
How do you access command-line arguments within the code?
When does an object becomes eligible for garbage collection in java?
Which of the classes will have more memory allocated?
What is the function of character?