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 exact difference in between Unicast and Multicast object ?
What are wrapped classes?
Which container method is used to cause a container to be laid out and redisplayed in java programming?
Name the methods that used to get and set the text label displayed by a Buttonobject?
What modifiers may be used with an inner class that is a member of an outer class in java programming?
What classes of exceptions may be thrown by a throw statement?
Can we write any code after throw statement?
What is array sorting in java?
What are the java ide’s?
What services that container provides?
which one is performance wise advantageious from List,Set,Map?
what is multithreading?