Explain Method Overloading in Java.
Answer / 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 |
What is an 8 bit word?
Why are getters and setters used?
In which order the iterator iterates over collection?
What are three types of loops in java?
What is listnode in java?
What is boolean law?
Why can't we override private static methods?
Describe what happens when an object is created in java ?
What is bean? Where it can be used?
What is the requirement of thread in java?
What is thread safe in java?
What is the use of bufferedreader?