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 difference between path and classpath?
What is a bubble sort in java?
What is indexof in java?
How are variables stored?
Write a program to find the greatest of three numbers in java?
What is callable java?
What is passing parameters in java?
Can a class be protected in java?
How can you write a loop indefinitely in java programming?
What is anti pattern in java?
Enlist few advantages of inheritance?
What is the purpose of checked and unchecked exceptions in JAVA?
What is the covariant return type?
What is meant by object?
Which method you will use to create a new file to store some log data. Each time a new log entry is necessary, write string to the file in java ?