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
Which is bigger double or float?
What are autoboxing and unboxing? When does it occur?
Is java code slower than native code?
What is difference between static and abstract class?
What is difference between protected and private?
Can an integer be a string?
Can list be final in java?
What is nextint java?
What is field name?
What are the types of web technologies?
What data type is a string?
What is the flag in java?
What do you mean by synchronized non access modifier?
What are the Static and Dynamic Variables? Differentiate them.
What is difference between add() and addelement() in vector?