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
Why does java doesnt suuport unsigned values?
please send me hr interview questions in it industry
Why to use nested classes in java? (Or) what is the purpose of nested class in java?
How do you convert an int to a double in java?
What technique can be employed to compare two strings?
what is the use of bean managed and container managed with example?
Define array. Tell me about 2-D array.
What is an exception? difference between Checked and Unchecked exception in Java
How many bits is a 64 bit byte?
Can variables be used in java without initialization?
What is diamond operator in java?
Convert Binary tree to linked list.
Is java call by reference?
Which oo concept is achieved by using overloading and overriding?
Detail discussions on JVM, memory management and garbage collector.