why java does compile time polymorphism at run time ?
Answer Posted / aditya
Constructors,static & private methods are bind statically by compiler...so overloading of these things can be thought as compile time polymorphism.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why pointers are not used in java?
Explain the scope or life time of class variables or static variables?
How is garbage collection controlled?
What is compiler and what its output.
What is sortedmap interface?
What are the differences between checked exception and unchecked exception?
Is null function in java?
What is the size of int?
Which data type is class in java?
How to add menushortcut to menu item?
Why is stringbuffer thread safe?
What is difference overloading and overriding?
Why java is considered as platform independent?
how to one war file class to another war file class?
What will be the default values of all the elements of an array defined as an instance variable?