Answer Posted / nashiinformaticssolutions
In Java, method overloading is the practice of generating several method signatures using a single method name. Method overloading can be accomplished in two ways:
Changing the quantity of arguments
Modifying the method's return type
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the covariant return type?
What is compiler and what its output.
Can we have any code between try and catch blocks?
Can we declare the main method of our class as private?
Why java strings are immutable in nature?
What is return used for in java?
What is executor memory?
Explain list interface?
What is are packages?
What is data movement?
How do you define a method?
How does linkedhashmap work in java?
What are the important features of Java 9 release?
What is an interface in java?
Why do we use return statement?