Distinguish method overloading and method overriding
Answer Posted / sushila
method overloading is method name should be same but
signature should be different.
method overriding is method name and arguments should be
same but return type will be same or wider.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain serialization and deserialization in java?
What are the four versions of java?
What is the hashcode () and equals () used for?
What is the program development process?
Why do we need hashset in java?
How to sort list of list in java?
Explain the difference between comparator and comparable in java?
What are untrusted applets?
What are the different tags provided in jstl?
In a class implementing an interface, can we change the value of any variable defined in the interface?
How do constructors use this() and super()?
Is 0 a prime number?
Is space a character in java?
What is jit and its use?
What checkbox method allows you to tell if a checkbox is checked?