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
How many types of equations are there?
Explain about instanceof operator in java?
What is the base class in java from which all classes are derived?
What about interthread communication and how it takes place in java?
What are static blocks and static initalizers in java ?
How do you print array in java?
What is string data?
Is vector ordered in java?
What is data structure in java?
Why do we use predicate in java?
how to open and edit XML file in Weblogic???
How is tree Mirroring implemented?
How many types of memory areas are allocated by jvm?
Can we store variables in local blocks?
Is empty list java?