Difference between Abstract Class & Interface?
Answer Posted / nivas
abstract class is declared in abstract and instance methods
but were as interface class is declared only in abstract method
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does jpa mean?
What if I write static public void instead of public static void?
What is connection pooling in java?
What is orm in java?
Who created eclipse?
What is lsdou? : java security
What if I do not provide the string array as the argument to the method?
Explain suspend() method under thread class>
Why do we only use the main method to start a program?
How do I open the java control panel?
Can we install jre without jdk?
What are the new features about Java se 8 ?
What is interceptor in java?
Are jvm’s platform independent?
Why is class forname used in java?