Define interface?
Answers were Sorted based on User's Feedback
Answer / ravikiran(aptech mumbai)
interface is the one which contains all the methods as
abstract.If we wish to do a complete new functionality
implementation in the future we have to make use of interface
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / dev yadav
interface is a collection of abstract methods ...we also implement multiple inheritence in java with the help of interface....
| Is This Answer Correct ? | 2 Yes | 0 No |
What is the purpose of the finally clause of a try-catch-finally statement in java programming?
In java, how we can disallow serialization of variables?
What are different access specifiers in java? Explain
Difference between String & StringBuffer
16 Answers IBM, Infosys, Tech Mahindra, Wipro,
what really hapens when a object is created using new operator? 1.is it allocates memory to all variables and methods in the class with reference to that object?
Can we declare an interface as final?
What do u mean by method and also contructer in java ?
What is a deadlock ?
Define how objects are stored in java?
What are advantages of exception handling in java?
What is string length in java?
What is the replace tool?