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 j2se
what is the swingutilities.invokelater(runnable) method for? : Java thread
What is the use of callablestatement?
What is finalize() function in java?
What defines function?
What does sprintf return?
List interface?
How can we find the actual size of an object on the heap?
How does split work in java?
What is the immediate superclass of the Dialog class?
Which sorting is used in arrays sort in java?
how can you say that java is independ language