What is run time polymorphism?
Answer Posted / haridini
At run time it is decided that which version of the same
method should be used. Its basically concept of over
riding.And a very powerful mechanism which is implemented
in java.
| Is This Answer Correct ? | 23 Yes | 4 No |
Post New Answer View All Answers
Define an abstract class with reference to java.
List down the methods and interfaces of collection class in java.
Tell us something about an iterator.
Explain importance of inheritance in java?
What does a boolean method return?
A person says that he compiled a java class successfully without even having a main method in it? Is it possible?
What is the use of parse function in java?
What is difference between ++ I and I ++ in java?
What is command line argument in java?
What is difference between iterator and enumeration in java?
What is the latest java version?
What is OOP Language?
Can we serialize static variables in java?
Can we access instance variables within static methods ?
What differences exist between iterator and listiterator?