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 data string?
What does a za z0 9 mean?
Discuss about garbage collector in Java.
What is data member in java?
Explain java heap space and garbage collection?
Which of the classes will have more memory allocated?
What is public static?
Can we have multiple classes in single file ?
Explain list interface?
What is a default constraint?
What are different data structures in java?
What is an object class?
Define a java class.
Can we able to pass objects as an arguments in java?
Can we declare a static variable inside a method?