Answer Posted / yugendar siddipet
Interface is nothing but a pure abstract class which
contains all abstract methods.a clas can implement this
interface and use accordingly.this is how java supports
multiple inheritance.
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
What is the difference between overriding and overloading in OOPS.
Why put method is idempotent?
Can a constructor call the constructor of parent class?
Java Compiler is stored in JDK, JRE or JVM?
What is a bufferedreader?
What does indexof mean?
What is the advantage of functional interface in java 8?
What is sizeof () operator?
What do you mean by byte code?
Difference between static synchronization vs. Instance synchronization?
Can we override tostring method in java?
What is the disadvantage of synchronization?
How many types of gc are there in java?
What is data type in java?
What is the syntax and characteristics of a lambda expression? Explain