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 synonym of string?
What is the access scope of a protected method?
How to write custom exception in java?
According to java operator precedence, which operator is considered to be with highest precedence?
What are keyboard events?
Why java is made?
How do you calculate roots in java?
What is tostring () method?
What is jit and its use?
What is deserialization and how do we do deserialization?
Explain about GridBag Layout?
What are the drawbacks of reflection?