What is compile time polymorphism?
Answer Posted / sudipta sadhukhan
java support two types of polymorphism.one is compile time
polymorphism(it's actually overloading)and run time
polymorphism(it's actually overriding.So,complie time
polymorphism is simple overloading.
| Is This Answer Correct ? | 23 Yes | 6 No |
Post New Answer View All Answers
Are arrays immutable in java?
Why arraylist is used in java?
Explain the protected field modifier?
How do you do exponents in java?
What is the difference between an argument and a parameter?
What is annotation in java?
What is a vararg?
What is private static class in java?
what is the difference between Object Based Language and Object Oriented Language?
Write a program to reverse a number in java?
Why volatile is used in java?
When is an object subject to garbage collection?
What is jvm? How its run?
What is a ternary operator in java? What is an interface?
What is the use of generics? When was it added to the Java development Kit?