InterviewSolution
Saved Bookmarks
| 1. |
Explain the difference between abstract class and interface in Java? |
||||||||||||
Answer»
It is an interfaces that has no FIELD or methods (empty interface). It helps in conveying to the JVM that the class that is implementing the interface of a category will have special BEHAVIOR. It is also known as TAG interface. There are 4 major marker interfaces:
|
|||||||||||||