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 |
why operator overloading is removed in java?
What is a void method?
If I have 1000 objects and my requirement is to sort them quickly, then which collection would you recommend and why?
What is a method in coding?
what are ER diagrams?
Can you declare a static variable in a method?
Why doesn't the java library use a randomized version of quicksort?
What is reflexive association?
what are the diffrences between interface and abstract class?
How do you input a string in java?
Name some classes present in java.util.regex package.
Keywords in Exceptions?