What is compile time polymorphism?
Answer Posted / kaukab
We can achieve compile time polymorphism through overloading
method, on compile time compiler decide that which method
will be executed.
| Is This Answer Correct ? | 40 Yes | 5 No |
Post New Answer View All Answers
Difference between static and dynamic class loading.
How big is a 32 bit integer?
What is garbage collection? Can it be forced to run?
What is ‘has a’’ relationship in java?
What is the difference between array list and vector in java?
What is a variable and constant?
What data structures are used to perform recursion?
What is the difference between hashmap and hashtable in java?
What does bitwise or mean?
Which is bigger double or float?
Can a java program have 2 main methods?
What is the difference between compile-time polymorphism and runtime polymorphism?
What is java algorithm?
What are the string methods in java?
What do you mean by scope of variable?