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
What is run time allocation?
worst case complexities of Quick sort and Merge sort.
Does string isempty check for null?
Can a class be a super class and a sub-class at the same time? Give example.
List primitive java types?
What does math floor () do?
What does arrays sort do in java?
Is singleton thread safe in java?
What is byte code and why is it important to java’s use for internet programming?
Does apple use java?
What is sortedmap in java?
Why singleton class is used in java?
How do you end a program?
Does java support Operator Overloading?
What is difference between == and === in js?