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 |
Why does abstract class have constructor?
Can you explain the private protected field modifier?
What is the purpose of the strictfp keyword?
What are extraneous variables examples?
What is the difference between preparedstatement and statement in java?
why String class is immutable.
What is Connection pooling? Explain Pros and Cons?
Assume a thread has lock on it, calling sleep() method on that thread will release the lock?
Why java does not support pointers?
How do you pass by reference?
Explain the difference between throw and throws in java?
What is the benefit of using enum to declare a constant?