what is difference between abstraction and interface?
Answer Posted / munna
in abstraction we ca have abstract method and normal method
but in interface we must and should write only abstract methods
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the return type of the main method?
How can we achieve thread safety in java?
How do you escape in java?
What is jar?
Does java support multiple inheritances?
What is dynamic array in java?
How to overcome the exception object reference not set to an instance of object?
What are different access specifiers in java? Explain
How can you add and remove nodes in jtree?
What is the longest unicode character?
Difference between this() and super() ?
What is method reference in java?
What does java ide mean?
How many ways can we create the string object?
what is comparable and comparator interface?