Answer Posted / harathi
We can define a set of methods in an interface and
implement it in different ways in different classes
Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Explain about procedural programming language or structured programming language and its features?
Why bytecode is called bytecode?
How do you sort an array in java?
Difference between string s= new string (); and string s = "abv";?
What happens if we don’t override run method ?
How can we create a synchronized collection from given collection?
what is use of functional interface in java 8?
What is reflexive association?
What is use of static in java?
What is t in generics in java?
What is Classloader in Java?
What is string example?
Write a program to find the greatest of three numbers in java?
Which class is used by server applications to obtain a port and listen for client requests?
How do you start a thread?