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 jvm? Why is java called the platform independent programming language?
What is java’s garbage collected heap?
What is compiler and what its output.
Why we use protected in java?
Define reflection.
What is the difference between integer parseint and integer valueof?
How would you format a date in java? I.e. In the ddmmyyy format?
What is sortedmap in java?
How many ways can we create singleton class?
Why charat is used in java?
What classes of exceptions may be thrown by a throw statement?
Difference between default and protected access specifiers?
what is a green thread? : Java thread
How do you differentiate abstract class from interface?
Is there any case when finally will not be executed?