What are interfaces?
Answers were Sorted based on User's Feedback
Answer / luck
in interface v can only declare a function it will not have any properties
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ravikiran(aptech mumbai)
interfaces decalres methods and variables...where methods
are purely abstarct and variables are abstract and final
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / sri
Interface is a mechanism in Java which is used to create prototype of the classes.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the final method?
What is method overloading in java ?
What string is utf8?
What does pointer mean?
What are the java ide's? Explain
What is stack class in java?
What is the longest unicode character?
Is an object null?
What is data member in java?
What are the characteristics of Final,Finally and Finalize keywords.
what are the differences between final,finally,finalize methods?
Will the jvm load the package twice at runtime?