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


Please Help Members By Posting Answers For Below Questions

What do you understand by soft reference?

784


Can you run java program without main method?

751


Can we extend singleton class?

694


Is string a wrapper class?

708


What is purpose of find feature?

811






what state does a thread enter when it terminates its processing? : Java thread

795


How to remove the trailing spaces from a string?

864


What is the meaning of course?

793


What is parsing a sentence?

737


What is the difference between actual and formal parameters?

680


What is the program development process?

723


What is scanner in java?

713


How to handle a web browser resize operation?

728


What are use cases?

724


Why does java have two ways to create child threads?

650