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
In java, how we can disallow serialization of variables?
Explain about arraylist?
What are the main uses of this keyword?
What is boolean false?
What is jrmp?
Does java support multiple inheritance or not?
What is mean by exception?
Why Set interface contains unique elements, what internally implemented for this so that it contains unique elements?
Explain the selection sort algorithm?
What is static in java?
Explain the difference between abstraction and encapsulation.
What is the public field modifier?
What is mnemonic in assembly language?
What comes to mind when someone mentions a shallow copy in java?
Is integer immutable in java?