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
How to implement a multithreaded applet?
Is java programming easy?
Explain about the interpreter in java?
What is assembly language?
What is the null?
Write a function to print Fibonacci series and Tribonacci series?
Describe what happens when an object is created in java ?
What is the function of character?
How does multithreading take place on a computer with a single cpu in java programming?
What are the different tags provided in jstl?
What is a generic code?
What is passing value java?
What is double in java?
Which one of the following suits the description of a string better: derived or primitive?
Explain the transient field modifier?