Java: Method Overloading
Java method overloading allows different methods with the same name, but different signatures. Where the signature can be different by the number of input parameters or type of passing parameters or both.
See Also:
Java: Method Signature
Java: Method Overloading Vs Overriding
Advantage of method Overloading
Don’t need to remember so many method names.
Points to remember about Method Overloading
View On WordPress















