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
What is static data type in java?
When should I use a singleton?
What are the java ide's? Explain
Define the term string pool?
What is generic type?
Explain importance of finally block in java?
What is static and final keyword in java?
Is multiple inheritance supported by java?
how we can create packages in java?
Explain when we should make an instance variable private.
Can an anonymous class be declared as implementing an interface and extending a class in java programming?
Can I override protected method in java?
Can we have any code between try and finally blocks?
What is meant by vector class, dictionary class, hash table class, and property class?
Can we force the garbage collection to run?