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 |
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
What methods are used in Servlet?Applet communication?
Can an integer be null java?
what is overloading in java?
13 Answers Ascent, DNS, Infosys, SDA, VelTech,
What is the difference between constructor and method?
Can we nested try statements in java?
What do you understand by overloading and overriding in java?
What are the parameters used in Connection pooling?
What is UNICODE?
worst case complexities of Quick sort and Merge sort.
What does || mean in vectors?
what is the difference between String s="hello"; and String s=new String("hello");?