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 |
Write an algorithm for quick sort?
Can we make a constructor final?
What methodology can be utilized to link to a database?
What is the class in java?
Difference between Encapsulation and Abstraction
How do I convert a numeric ip address like 192.18.97.39 into a hostname like java.sun.com?
Why is string builder not thread safe?
Is constructor inherited?
Can you run the product development on all operating systems ?
How thread scheduler schedule the task?
Why lambda expression is used in java?
Write a program to print all permutations of string?