What is compile time polymorphism?
Answer Posted / bandu kank
In compile time polymorphism, compiler decided which have
to be executed depending on the parameter type and list
| Is This Answer Correct ? | 54 Yes | 10 No |
Post New Answer View All Answers
Convert Binary tree to linked list.
Is int primitive data type?
What is difference between path and classpath in java?
which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?
what are different ways in which a thread can enter the waiting state? : Java thread
do I need to use synchronized on setvalue(int)? : Java thread
Difference between doublesummarystatistics, intsummarystatistics and longsummarystatistics ?
Explain reverse a linked list iterative solution in java?
what state does a thread enter when it terminates its processing? : Java thread
What is the gregoriancalendar class in java programming?
Why there is no call by reference in java?
What are the 4 versions of java?
Are the imports checked for validity at compile time? Will the code containing an import such as java.lang.abcd compile?
What is lazy programming?
Can we make the abstract methods static in java?