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 is the most important feature of java? What is an interface?
Difference between static synchronization vs. Instance synchronization?
What data structures are used to perform recursion?
Explain the difference between abstract class and interface in java?
What is functional interface in java?
What’s a deadlock?
Why do we use return statement?
What is regex in java?
Why is method overloading not possible by changing the return type in java?
What is data movement?
What is type inference in java8?
what is instanceof operator used in java?
What is java string pool?
what is synchronization and why is it important? : Java thread
What flag up means?