Define interface?
Answers were Sorted based on User's Feedback
Answer / ravikiran(aptech mumbai)
interface is the one which contains all the methods as
abstract.If we wish to do a complete new functionality
implementation in the future we have to make use of interface
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / dev yadav
interface is a collection of abstract methods ...we also implement multiple inheritence in java with the help of interface....
| Is This Answer Correct ? | 2 Yes | 0 No |
What is the purpose of javac exe?
What is the difference between throw and throws keywords?
What is the r character?
Are the equals() and hashCode() protected methods of object class?
What is a short in java?
Where can I find data structures question and answers with comprehensive working code written in Java
Is .net better than java?
What method is used to compare two strings ?
5 Coding best practices you learned in java?
How to solve the problem of generating the unique hash keys with hash function?
What is the locale class in java programming?
Why method overriding is used?