Answer Posted / ravikiran(aptech mumbai)
method overloading is the type of polymorphism with a
different argument list and same method name and can takes
place inside the same class only
method overriding is the process of writing a different
functionality having the same method signature
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Where are variables stored?
What is difference between static and final?
What is a Transient Object?
Define interface in java?
Is ++ operator thread-safe in java?
Can there be an abstract method without an abstract class?
What do you mean by local variable and instance variable?
What are the ways in which a thread can enter the waiting state?
Can we use different return types for methods when overridden?
Java.util.regex consists of which classes?
Explain the overview of UDP messaging.
What are scriptlets?
What is object class in java?
What is mean by encoding?
what is the volatile modifier for? : Java thread