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 ternary operator in java?
what is mutual exclusion? : Java thread
What is string made of?
What loop means?
Explain what is encapsulation?
Why doesn't the java library use a randomized version of quicksort?
When wait(), notify(), notifyall() methods are called does it releases the lock or holds the acquired lock?
What is thread safe java?
What is object english?
Explain different states of a thread in java?
What is a function easy definition?
Why is whitespace important?
What value is a variable of the string type automatically initialized?
Differentiate between postfix and prefix operators in java.
What is the final keyword denotes?