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 a pattern what is an anti pattern?
What are the types of java?
What is the need of transient variables in Java ?
How many bytes is a string in java?
What happens when main () method is declared as private?
what is the use of abstract class and interface with example?
2 Answers Cycore, DNS, Technoram,
Difference between Encapsulation and Abstraction
What is nan in java?
What is collection class in java?
What will happen if we declare don’t declare the main as static?
What language is java written?
Does java arraylist maintain insertion order?