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 |
Explain about the security aspect of java?
What classes of exceptions, thrown by a throw statement?
How are commas used in the initialization and iteration parts of a for statement?
How does split work in java?
WHAT IS THE MEANING OF ALL TYPE OF BUZZWORDS?
Why char array is favored over string for the storage of passwords?
Does set allows null in java?
What is yield () in java?
What is the purpose of java?
Where is the find and replace?
How many types of classes are there in java?
Implement a stack with push (), pop() and min() in O(1) time.