InterviewSolution
Saved Bookmarks
| 1. |
What Is Interface In Java? |
|
Answer» An INTERFACE in java is a blueprint of a CLASS that has static CONSTANTS and abstract method by DEFAULT. An interface in java is a blueprint of a class that has static constants and abstract method by default. |
|