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 |
what is difference between prepare stetement and callable starement with example?
Difference between Array and vector?
diff b/w sleep(1000) and wait(1000)?
In which order the iterator iterates over collection?
What is singletonlist in java?
Is java developer a good career?
What is string value?
Is empty string in java?
Difference between character constant and string constant in java ?
What is overloading and overriding in java?
What do you mean by pointer value and address?
What will be the output of round(3.7) and ceil(3.7)?