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
Why you should not use singleton?
How do you compare values in java?
What are the main uses of this keyword?
Difference between static binding and dynamic binding?
Why we use protected in java?
What is the use of callablestatement?
What is the purpose of lambda expressions?
What is array command?
Does substring create a new object?
Enlist few advantages of inheritance?
List any five features of java?
What is equals method in java?
Define interface in java?
What is java util?
make a method which any number and any type of argument and print sum of that arguments.....