What is method overloading with type promotion?

Answer Posted / nashiinformaticssolutions

The process of declaring several methods with the same name but distinct argument types in the same class is known as "method overloading with type promotion" in Java.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why you should not use singleton?

747


How do you compare values in java?

793


What are the main uses of this keyword?

806


Difference between static binding and dynamic binding?

788


Why we use protected in java?

723


What is the use of callablestatement?

767


What is the purpose of lambda expressions?

786


What is array command?

806


Does substring create a new object?

743


Enlist few advantages of inheritance?

835


List any five features of java?

777


What is equals method in java?

741


Define interface in java?

809


What is java util?

783


make a method which any number and any type of argument and print sum of that arguments.....

1585