what is the difference between abstract class and
Interface?where we can use it in realtime projects?
Answer Posted / rajesh
An abstract class can be implemented in same packakge while
an interface can be implemented in many package.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is meant by class?
Why are the objects immutable in java?
What is purpose of applet programming?
How many decimal digits is 64 bit?
Explain creating threads by implementing runnable class?
What is meant by inheritance and what are its advantages?
Is 0 a real number?
How do you test a method for an exception using junit?
What is the purpose of a transient variable?
Is Constructor possible in abstract class in java ?
What is return keyword in java?
Can we make constructors static?
Give me an example of array and linked list? Where they can be used?
how can i use a nonsynchronized hashtable?
What is java and why do we need it? Explain