Answer Posted / bindhu solomon
In java, all methods are virtual functions by default. So
we can override a method in any subclasses .
| Is This Answer Correct ? | 123 Yes | 24 No |
Post New Answer View All Answers
What will happen if non-synchronized method calls a static synchronized method and what kind of lock it acquires?
Write a program to reverse a number in java?
What are the differences between string, stringbuffer and stringbuilder?
How can we make sure main() is the last thread to finish in java program?
What are the skills required for core java?
Which methods cannot be overridden in java?
What are format specifiers in java?
Tell me about different OOPS concepts.
Explain notify() method of object class ?
What is purpose of find feature?
Difference between Linked list and Queue?
Are arrays dynamic in java?
What is a finally block? Is there a case when finally will not execute?
What is meant by method overriding?
What is a nonetype?