Distinguish method overloading and overriding
Answers were Sorted based on User's Feedback
Answer / pralay
Method Overloading is functionality of java in which we can
declare many method with same name but different signature
in one class, but Overriding is a the process of declare a
method which is already define in super class, this Method
has same name and same signature as super class.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / anita kumari
In case of overloading signature should be different.
In case of overriding signature should be shame. Return type should be same. And acess level will be same or wider.
| Is This Answer Correct ? | 0 Yes | 0 No |
can rmi and corba based applications interact ?
Is a method a procedure?
Tell us something about different types of casting?
What is the purpose of a parameter?
What are the different ways to handle exceptions?
What is meant by attribute?
What is the use of bin and lib in JDK?
in a constructor what happen if u call super and this in the same class? i know that it is not possible to call both in the same one? if we call what will happen?
What are interfaces?
What is dynamic array in java?
What is the difference between stored procedure & function?
What are the two ways in which thread can be created?