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 |
Why is the type for real numbers called double?
How many bytes is a unicode character?
What is private static class in java?
Are registers volatile?
What is the frontend and backedn in Java?
what is purpose of writting public static void main(Strind arg[]) in java..?
explain how many oops concepts available in java with realtime scenarios?
In what types of operations an ArithmeticException will be thrown?
Will set allow duplicates in java?
What are the override methods in Object class?
2 Answers Tech Mahindra, Wipro,
What do you mean by hashing?
Explain about Superclass and Subclass?