what is the difference between abstract class and
Interface?where we can use it in realtime projects?
Answer Posted / rajesh
An abstract class can be implemented in same packakge while
an interface can be implemented in many package.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
If goto and const is reserve words than why it is not work in java?
Which access specifier can be used with class ?
Why wait and notify methods are declared in object class?
What is the benefit of lambda expressions?
What are recursive functions?
What is java jit compilers?
What is replacefirst in java?
Does java allow default arguments?
Is stringwriter thread safe?
How big is a 32 bit integer?
Is string serializable in java?
How do you know if a value is nan?
Does java linked list allow duplicates?
How many types of java are there?
How does arraylist work in java?