What is the diff. b/w Interfaces & Abstract class?
Answer Posted / parminder
Interfaces are implictly public and abstract and abstract
classes have abstract and non abstract methods
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
Where are global variables stored?
What is the difference between compile-time polymorphism and runtime polymorphism?
Should database connections be singleton?
What is static and final keyword in java?
Why javac is not recognized?
Define interface in java?
Which class cannot be a subclass in java?
Explain the difference between protected and default access.
What is serialversionuid?
How to provide security in java
What is a classloader in java?
How many types of java are there?
Why inputstreamreader is used in java?
How big is a pointer?
How do you remove duplicates from an array in java?