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
Explain throw keyword in java?
What are encapsulation, inheritance and polymorphism?
In java how do we copy objects?
What is role of void keyword in declaring functions?
What Is Query Throttling in java?
Is null == null in java?
Can you override private or static method in java?
How is Object Oriented Programming different from Procedure Oriented Programming?
What is difference overloading and overriding?
Is java a prime method?
If a variable is declared as private, where may the variable be accessed?
What are the four integer types supported by java?
Can a class be declared as static?
how is final different from finally and finalize in java?
Can inner class have constructor?