What is compile time polymorphism?
Answer Posted / laukik
Compile Time Polymorphism in Java is when you have the
several methods with same name and different parameters and
compiler has to decide how to select which method has to run
based on the arguments hence the name Compile time
polymorphism or method overloading.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Should a main method be compulsorily declared in all java classes?
What is close method? How it's different from Finalize & Dispose?
Where we write javascript code in html page?
what is the difference between future and callable interface in java?
What are the types of java?
Can a list be null in java?
How to read and write image from a file ?
How many types of the indexof method are there for strings?
What happens to the Exception object after handling an exception?
Is main is a keyword?
Explain garbage collection in java?
What is meant by stack and queue?
Does java isempty check for null?
List the different types of classloaders in java.
What is final method in java?