There are 2 methods in a class. Both have the same method
signature except for return types. Is this overloading or
overriding or what is it?
Answer Posted / vikneswarank
Its a overLoading .because overriding have two diff class
and return type also same
but overloading have one class,and it have same method name
and diff signature.
| Is This Answer Correct ? | 3 Yes | 8 No |
Post New Answer View All Answers
What is the dot operator?
Does isempty check for null?
What is keyset in java?
Is main a function?
Using callable statement how can you pass out parameters, explain with example?
Is the empty set a singleton?
who can i handle multiple client in RMI
What are the elements of java?
What is the unit of plancks constant?
Does constructor return any value?
If A Class Is Declared Without Any Access Modifiers, Where May The Class Be Accessed?
What is the method in java?
What is the difference between iterator and list iterator?
Explain notify() method of object class ?
What is dynamic binding(late binding)?