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 |
diff. b/w JAVA and javascript...
Can we inherit inner class?
What are the ways in which a thread can enter the waiting state?
what is multitherading
What does replaceall do in java?
How many tetrahedral voids are there in bcc?
What are the types of relation?
Why is sizeof not a function?
Describe 2 different ways to concatenate two strings.
what is the difference between the methods sleep() and wait()? : Java thread
IS method overriding is Duplication of Methods?
What is the access scope of protected access specifier?