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
Is string is a data type?
What is abstraction in java?
Is logger a singleton?
How objects of a class are created if no constructor is defined in the class?
What is the r character?
what are three ways in which a thread can enter the waiting state? Or what are different ways in which a thread can enter the waiting state? : Java thread
What are the string methods in java?
What is a “stateless” protocol ?
What is a treemap in java?
Can we declare an interface as final?
Which collection is thread safe in java?
What is high level language in computer?
What is the purpose of the finally clause of a try-catch-finally statement in java programming?
Explain thread in java?
What is use of a abstract variable?