Can you explain the difference b/n abtract and interface
with a good example,?In what cases we have use abtract and
what case interface?
Answer Posted / srihari
Interfaces are used to create prototype of classes. Interfaces would be using high-level access specifiers(public).
Abstraction is a mechanism in Java to expose the essential features of the class. Different levels of abstraction is achieved through Access specifiers.
Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What do you understand by soft reference?
Can you run java program without main method?
Can we extend singleton class?
Is string a wrapper class?
What is purpose of find feature?
what state does a thread enter when it terminates its processing? : Java thread
How to remove the trailing spaces from a string?
What is the meaning of course?
What is parsing a sentence?
What is the difference between actual and formal parameters?
What is the program development process?
What is scanner in java?
How to handle a web browser resize operation?
What are use cases?
Why does java have two ways to create child threads?