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 |
When is the finally clause of a try-catch-finally statement executed?
What is the old name of java?
What is a protected method?
Why java is platform independent? Explain.
Implementations of set interface?
What is a nonetype?
How does finally block differ from finalize() method?
How do you find the maximum number from an array without comparing and sorting?
Why method overloading and method overriding required in java?
What are assembly attributes?
what is mean by overriding in which situation we wil use?
5 Answers Atlas Systems, CSC, DCPL,
What is parsing a string?