Explain Method Overloading in Java.



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

Post New Answer

More Core Java Interview Questions

how to print the below in java?thanks in advance.... * * * * * * * *

3 Answers  


Is it possible to do method overloading and overriding at a time

3 Answers   L&T,


What is an interface in java?

0 Answers  


What is arraylist e?

0 Answers  


What are the restrictions imposed on method overriding?

0 Answers  






what us Dyna action form?

4 Answers   Aithent Technologies,


What is main in java?

0 Answers  


When is an object subject to garbage collection?

0 Answers  


Which software is used for java programming?

0 Answers  


How do you do math powers in java?

0 Answers  


why java main method is given as static method?

2 Answers  


What is the locale class in java programming?

0 Answers  


Categories