what is the difference between abstract class and
Interface?where we can use it in realtime projects?
Answer Posted / sandeep kumar duey
we can see difference between abstract and inteface class
when we donig thread programming and use Runnable inteface
and Thread class because in case of when we need use
more than one class so in case we use Runnable intface
because we can use more than than one inteface with single
class but can extends only one class .
We also know that java does not support multipal inheritance
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is data movement?
What is string [] args?
What are identifiers in java?
how can i use a nonsynchronized hashtable?
What are voids?
What is the purpose of stub and skeleton?
What is arguments in java?
What is style and indentation?
What is scope of a variable?
What is the use of StringTokenizer class?
What are the classes of java?
What is a parameter used for?
What are the properties of thread?
Why array is used in java?
Can we define package statement after import statement in java?