Difference between abstract class and Interfaces?
Answer Posted / ravikiran
abstract class is the one which canhave both abstract as
well as non abstract methods
Interface is the one which has all the methods are abstract
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is assembly condition codes?
How to invoke external process in java.
What is skeleton and stub?
what state does a thread enter when it terminates its processing? : Java thread
What is native method in java?
What class allows you to read objects directly from a stream?
Can we write method inside a method in java?
Can a class be a super class and a sub-class at the same time? Give example.
What is final modifier?
Difference between default and protected access specifiers?
Which sort is best in java?
What do you mean by local class?
What are thread priorities and importance of thread priorities in java?
What are the new features in java 8? Explain
When wait(), notify(), notifyall() methods are called does it releases the lock or holds the acquired lock?