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 |
Can arraylist hold different types java?
How OOPS concept is achieved in Java?
6 Answers Cognizant, JPMorgan Chase, Xavient,
What is the use of static class?
What part of memory - Stack or Heap - is cleaned in the garbage collection process?
what invokes a threads run() method? : Java thread
what is overloading in java?
13 Answers Ascent, DNS, Infosys, SDA, VelTech,
State one difference between a template class and class template.
can anyone explain me the concept of autoboxing?
Why constructor has no return type?
Is break statement can be used as labels in java?
Which eclipse is best for java?
Difference between character constant and string constant in java ?