what is run time polymorphism

Answer Posted / venu

Runtime polymorphism is nothing but, JVM identifies the behavior (Method) invocation of the reference based on the reference pointing to the Object. Runtime Polymorphism is experimented by an example of Method Overriding.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is static data type in java?

639


When should I use a singleton?

663


What are the java ide's? Explain

616


Define the term string pool?

674


What is generic type?

656






Explain importance of finally block in java?

670


What is static and final keyword in java?

664


Is multiple inheritance supported by java?

584


how we can create packages in java?

604


Explain when we should make an instance variable private.

702


Can an anonymous class be declared as implementing an interface and extending a class in java programming?

738


Can I override protected method in java?

682


Can we have any code between try and finally blocks?

642


What is meant by vector class, dictionary class, hash table class, and property class?

784


Can we force the garbage collection to run?

611