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 the different types of functions?
What are the advantages of exception handling?
What is a lightweight component?
What is the purpose of an interface?
How java enabled high performance?
Can keyword be used as identifier?
What is a war file?
How do you remove duplicates from an array in java?
why not override thread to make a runnable? : Java thread
Can a class be private or protected in java?
What are the uses of synchronized keyword?
how can you catch multiple exceptions in java?
What is integer size in java?
What is the purpose of using java.lang.class class?
Why hashcode is used in java?