What is method overloading with type promotion?



What is method overloading with type promotion?..

Answer / nashiinformaticssolutions

The process of declaring several methods with the same name but distinct argument types in the same class is known as "method overloading with type promotion" in Java.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

A abstract class extending an abstract class.Super class has both abstract and non-abstract methods.How can we implement abstract and non-abstract mehtods? Explain with snippet

3 Answers  


What methods are used in Servlet?Applet communication?

0 Answers   Satyam,


Can an integer be null java?

0 Answers  


what is overloading in java?

13 Answers   Ascent, DNS, Infosys, SDA, VelTech,


What is the difference between constructor and method?

4 Answers  


Can we nested try statements in java?

0 Answers  


What do you understand by overloading and overriding in java?

0 Answers  


What are the parameters used in Connection pooling?

1 Answers   IBM,


What is UNICODE?

3 Answers  


worst case complexities of Quick sort and Merge sort.

0 Answers   Amazon,


What does || mean in vectors?

0 Answers  


what is the difference between String s="hello"; and String s=new String("hello");?

3 Answers  


Categories