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 do you invoke a method?
What is JFC?
How is it possible for two string objects with identical values not to be equal under the == operator?
How list contains works in java?
Where is core java used?
Are arrays passed by reference in java?
How do you avoid global variables?
Where can i get Latest SUN Certification Dumps and what are the Sun Certification Codes that are available, Im new to JAVA, so please gimme info as i need to write J2EE - Core Java Certification
What is meant by class and object in java?
Can you explain the final method modifier?
Can we create object of static class?
How are observer and observable used in java programming?
What is an enumeration?
What does jre stand for?
Explain java coding standards for classes or java coding conventions for classes?