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
Which java ide is used the most?
What are classloaders?
What is the use of conditional statement?
what is optional in java 8?
What are the elements of java?
Explain about map interface in java?
Difference between serialization and deserialization in java?
Can we overload the main() method?
Difference between stack and queue?
Differentiate between nested and inner class in java.
How do you check if a number is a perfect square?
What are the Static and Dynamic Variables? Differentiate them.
Define class?
What is nested top-level class?
When is update method called?