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 a local, member and a class variable?
What is the use of protected in java?
Mention the default values of all the elements of an array defined as an instance variable.
What is a variable and constant?
How do you avoid global variables?
What's the purpose of using break in each case of switch statement?
Is null a string?
Which keyword specify that a variable is effectively final ?
What is google full form?
Which java ide is used the most?
Explain different ways of creating a thread?
Is main a keyword in java?
What is wrapper class example?
What is java object name?
What is the requirement of thread in java?