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

What is nested class?

0 Answers  


can we Connect Applet to Data Base ? with Discriptiom. and also What is Diff. from Applet & Servlet?

1 Answers   Systematix,


how to crate clint-server socket?

1 Answers   Accenture, Infosys, Infotech, TCS,


What is Classloader in Java?

0 Answers  


How much ram can a 64 bit processor theoretically?

0 Answers  






What is boolean flag in java?

0 Answers  


What is meant by Static query and Dynamic query?

2 Answers  


Can we have static methods in an interface?

0 Answers  


What is a dynamic array java?

0 Answers  


What best practices should you follow while writing multithreaded code in java?

0 Answers  


what is a static block?

4 Answers  


Why put method is idempotent?

0 Answers  


Categories