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 is a default method?
What is a variable analysis?
Can we write method inside a method in java?
What is the difference between the jdk 1.02 event model and the event-delegation model introduced with jdk 1.1?
How do you trim a space in java?
Why does java not allow multiple public classes in a java file ?
What are untrusted applets?
What is the purpose of skeleton and stub?
What is the difference between heap memory and stack memory?
What do you understand by classes in java?
Are arrays immutable in java?
If two threads have same priority which thread will be executed first ?
What is java util collection?
What is charat java?
what is static import in java? Explain