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
What language is pass by reference?
Objects or references which of them gets garbage collected?
what is meant by encapsulation?
Where and how can you use a private constructor?
How does a cookie work in Servlets?
What is independent and dependent variables in research?
What is difference between final and immutable?
Which class should you use to obtain design information about an object in java programming?
Can anonymous class have constructor?
What is stack class in java?
What is t in parametric equations?
How do you use compareto?
what is the purpose of using rmisecuritymanager in rmi?
What does localhost mean?
Can we override private constructor in java?