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


Please Help Members By Posting Answers For Below Questions

Is string is a data type?

747


What is abstraction in java?

826


Is logger a singleton?

718


How objects of a class are created if no constructor is defined in the class?

809


What is the r character?

799


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

732


What are the string methods in java?

821


What is a “stateless” protocol ?

755


What is a treemap in java?

758


Can we declare an interface as final?

786


Which collection is thread safe in java?

742


What is high level language in computer?

756


What is the purpose of the finally clause of a try-catch-finally statement in java programming?

718


Explain thread in java?

875


What is use of a abstract variable?

749