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 close method? How it's different from Finalize & Dispose?
What is double checked locking in singleton?
How to create a custom exception?
Can we have return statement in finally clause? What will happen?
explain autoboxing in java?
What are the types of java languages?
What are the major advantages of internal iteration over external iteration?
What is the current version of java?
worst case complexities of Quick sort and Merge sort.
What is a treeset class?
What is java used for on a computer?
What is the use of object and class classes?
Describe method overriding
What are advantages of exception handling in java?
Where is stringbuffer stored?