What is the difference between Abstract Class and Interface
Answer Posted / sushil
Abstract class can contain abstract as well as non-abstract
methods while Interface can have only abstract Methods
| Is This Answer Correct ? | 48 Yes | 3 No |
Post New Answer View All Answers
What are the new features in java 8?
Explain naming conventions for packages?
Can a class be final?
What are inner classes or non static nested classes in java?
What means public static?
How a string is stored in memory?
Does treeset allow null in java?
How to use arraylist in java netbeans?
Why do we use variables?
What does a method signature consist of?
What is the main function in java?
What technique can be employed to compare two strings?
explain local datetime api in java8?
What are the types of exceptions?
Explain about static imports in java?