Answer Posted / janet
Method overloading: when a method in a class having the
same method name with different arguments is said to be
method overloading.
Method Overridding: when a method in a class having the
same method name with same arguments is said to be method
overridding.
| Is This Answer Correct ? | 21 Yes | 5 No |
Post New Answer View All Answers
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters?
What are different types of states exist for a thread?
What is the default value of float and double datatype in java?
Is ruby built on java?
Which data type is class in java?
What is a lightweight component?
What are void methods?
Does string isempty check for null?
What is the difference between iterator and enumeration ?
How does class forname work in java?
which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?
What is the difference between a method and a procedure?
What are basic data types?
Is empty .java file name a valid source file name?
Can a main method be overloaded?