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's the difference between an abstract class and interface in java?
What carriage return means?
what is hashmap& hashtable with example?
Are there structures in java?
Why do we need strings in java?
Explain the difference between extends thread vs implements runnable in java?
When wait(), notify(), notifyall() methods are called does it releases the lock or holds the acquired lock?
What is aggregation?
what is server side caching?
Discuss about garbage collector in Java.
0 Answers Agilent, Integreon, ZS Associates,
why are there separate wait and sleep methods? : Java thread
What is the definition of tree ?