why java does compile time polymorphism at run time ?
Answer Posted / bharathi
no..compile time polymorphism is static binding and it s
overloading concept.. dynamic binding is the overridding
concept and is meant as runtime polymorphism. jvm determines
the method to call at runtime and not in compile time. A
runtime polymorphism acts by inheritance and virtual functions.
| Is This Answer Correct ? | 21 Yes | 3 No |
Post New Answer View All Answers
What is slash r?
Explain access modifiers in java.
Explain reverse a linked list recursive java solution?
What is a function in java?
What is return type in java?
What is tochararray in java?
What is the size of int?
What is the argument in java?
What is bytecode in java ?
What is instance synchronization?
Can we serialize static variables in java?
What is the dot operator?
What is == in java?
How do you implement tree mirroring in java?
In how many ways we can create threads in java?