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 |
Are generics important java?
What is time complexity java?
what is platform
Why is it called a string?
Can we create an object if a class doesn't have any constructor ( not even the default provided by constructor ) ?
What are the main differences between notify and notifyAll in Java?
What is the use of coding?
What is a generic type?
Can a class be defined inside an interface?
What do you know about the garbage collector in java?
How do you trim a space in java?
Why destructor is not used in java?