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
What is finally in Java?
Is nan false?
What is the difference amongst jvm spec, jvm implementation, jvm runtime ?
What is polymorphism in java? What are the kinds of polymorphism?
What is class array in java?
How to perform selection sort in java?
Explain the scope or life time of class variables or static variables?
What is the synchronized method modifier?
What does java final mean?
Can you override static methods?
How do you implement tree mirroring in java?
What are 3 boolean operators?
What is stringreader?
What is comparable and comparator interface? List their differences
Differentiate between overriding and overloading cases?