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 threads can java run?
Is a case study a method or methodology?
What is variable length arguments in java?
What is meant by bytecode?
What is final, finally, finalize?
What are the 5 types of research methods?
Which is illegal identifier in java?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? Or extending thread class or implementing runnable interface. Which is better? : Java thread
Is integer immutable in java?
What are the restrictions imposed by a Security Manager on Applets?.
What kind of variables can a class consist?
Why singleton pattern is better than creating singleton class with static instance?
Write a function to find out longest palindrome in a given string?
Does java support Operator Overloading?
Does list allow duplicates in java?